Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / libpspp / string-set.c
index 3fd370db93877900504f6c4b693efe308af46044..d6a8012749652b40e4b675bcae623e9c3e536111 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 #include <config.h>
 
-#include <libpspp/string-set.h>
+#include "libpspp/string-set.h"
 
 #include <stdlib.h>
 #include <string.h>
 
-#include <libpspp/hash-functions.h>
+#include "libpspp/hash-functions.h"
 
 #include "gl/xalloc.h"