Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / language / stats / chisquare.h
index 91a17d1a14fc23e89e5d0cd2984b8888d6eba51b..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
 {
@@ -35,13 +35,8 @@ struct chisquare_test
 };
 
 struct casereader;
-struct dictionary;
-struct hsh_table;
 struct dataset;
 
-void chisquare_insert_variables (const struct npar_test *test,
-                                struct hsh_table *variables);
-
 
 void chisquare_execute (const struct dataset *ds,
                        struct casereader *input,