Rename procedure.[ch] to dataset.[ch].
[pspp-builds.git] / src / language / control / repeat.c
index c0fa8fe0d8dfe165deb6f55968f17ed512d9b46f..ff1bbc0870915c7d843684b1483c4e934072b674 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 1997-9, 2000, 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1997-9, 2000, 2007, 2009-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
@@ -18,8 +18,9 @@
 
 #include <stdlib.h>
 
+#include "data/dataset.h"
 #include "data/dictionary.h"
-#include "data/procedure.h"
+#include "data/settings.h"
 #include "language/command.h"
 #include "language/lexer/lexer.h"
 #include "language/lexer/segment.h"