Rename procedure.[ch] to dataset.[ch].
[pspp-builds.git] / src / language / dictionary / delete-variables.c
index 526fa1cd41f5e755ca86d55322670c57facbf521..027315b65f09b81c47e6c050962fe67f06caf8ed 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2006, 2007, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 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,8 +19,8 @@
 #include <stdlib.h>
 
 #include "data/casereader.h"
+#include "data/dataset.h"
 #include "data/dictionary.h"
-#include "data/procedure.h"
 #include "language/command.h"
 #include "language/lexer/variable-parser.h"
 #include "libpspp/message.h"