Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / data / casewindow.h
index b303c85dab5b53d99391a2698901a83065ea0a54..c7a863eaa89544f5ebf89f3e1b333530b8c75574 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
@@ -28,7 +28,7 @@
 #ifndef DATA_CASEWINDOW_H
 #define DATA_CASEWINDOW_H 1
 
-#include <data/case.h>
+#include "data/case.h"
 
 struct caseproto;