Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / language / stats / sign.h
index 1404e00685da0e8acecb2ccf8818f1cd7cfa0879..d23b8351aef999885ea83e7138513a8153b1da9d 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 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
@@ -19,7 +19,7 @@
 
 
 #include <stdbool.h>
-#include <data/missing-values.h>
+#include "data/missing-values.h"
 
 struct casereader;
 struct dataset;