Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / data / data-out.h
index 00affb0a3f15f1db99819f92be1ed61dcb620acc..7dff441289c76e6b155719d230f1e776762499e0 100644 (file)
@@ -18,8 +18,8 @@
 #define DATA_OUT_H 1
 
 #include <stdbool.h>
-#include <libpspp/float-format.h>
-#include <libpspp/integer-format.h>
+#include "libpspp/float-format.h"
+#include "libpspp/integer-format.h"
 
 struct fmt_spec;
 struct string;