Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / language / stats / chisquare.c
index 6218228690526da661921ec38b82d33c63b13a78..ed91013e54d29076db3c4a4866a6c1f60afdf737 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2009, 2010, 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
@@ -16,7 +16,7 @@
 
 #include <config.h>
 
-#include <language/stats/chisquare.h>
+#include "language/stats/chisquare.h"
 
 #include <gsl/gsl_cdf.h>
 #include <math.h>