Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / data / casewriter.h
index 146cc654608f754e2f7178c9738c477c7644627b..ffe7798a8f15d67267c5363ee15b80c4f62b227a 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2007, 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
@@ -18,8 +18,8 @@
 #define DATA_CASEWRITER_H 1
 
 #include <stdbool.h>
-#include <data/transformations.h>
-#include <libpspp/compiler.h>
+#include "data/transformations.h"
+#include "libpspp/compiler.h"
 
 struct casewriter;