Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / data / vector.h
index b009fcb2922f3ac4c7a67422e2089cef1311c5bf..fc2bf9518d25bfb271095a2ba4935de4c9ccd1c3 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2006  Free Software Foundation, Inc.
+   Copyright (C) 2006, 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
@@ -18,7 +18,7 @@
 #define DATA_VECTOR_H 1
 
 #include <stddef.h>
-#include <data/variable.h>
+#include "data/variable.h"
 
 struct dictionary;