Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / language / stats / kruskal-wallis.h
index 6194759dd4a84757c5727c47df63ad96699f897a..b067d3fdb258a7225b2680655a67a7a24cee2aa3 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2010 Free Software Foundation, Inc.
+   Copyright (C) 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
@@ -19,9 +19,8 @@
 
 #include <stddef.h>
 #include <stdbool.h>
-#include <language/stats/npar.h>
-#include <data/case.h>
-
+#include "data/case.h"
+#include "language/stats/npar.h"
 
 struct kruskal_wallis_test
 {