Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / language / stats / chisquare.h
index 182e092e14c7a52079f50fc4829ae0657c8e0e1b..da9329c0016e9a7730abe3dc3a317a05b6336a4b 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006, 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 <stddef.h>
 #include <stdbool.h>
-#include <language/stats/npar.h>
+#include "language/stats/npar.h"
 
 struct chisquare_test
 {