Rename procedure.[ch] to dataset.[ch].
[pspp-builds.git] / src / language / stats / sign.c
index 45973262d986cdf3eb28a0c2651dc532c864f317..0048eb3e5a810ee867cc485008ab5b9151fb3111 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+   Copyright (C) 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
 #include <gsl/gsl_randist.h>
 
 #include "data/casereader.h"
+#include "data/dataset.h"
 #include "data/dictionary.h"
 #include "data/format.h"
 #include "data/missing-values.h"
-#include "data/procedure.h"
 #include "data/variable.h"
 #include "language/stats/npar.h"
 #include "libpspp/str.h"