Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / data / val-type.h
index 27139af9a88feed090bf58440f3d520d28e00703..8aaa06a0d92e95fc90acbafe0dc140122c281a4c 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - computes sample statistics.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 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
@@ -21,7 +21,7 @@
 
 #include <float.h>
 #include <stdbool.h>
-#include <libpspp/float-format.h>
+#include "libpspp/float-format.h"
 
 /* Special numeric values. */
 #define SYSMIS (-DBL_MAX)               /* System-missing value. */