X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcontrol%2Floop.c;h=e91d9438f39c131836141ee2be53d47c970d2904;hb=2be9bee9da6a2ce27715e58128569594319abfa2;hp=8f4ff8251648a8cf93958347de0ce69b5d6970af;hpb=ac6bc481cef04a4f69a55075d09927c8617be14b;p=pspp-builds.git diff --git a/src/language/control/loop.c b/src/language/control/loop.c index 8f4ff825..e91d9438 100644 --- a/src/language/control/loop.c +++ b/src/language/control/loop.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 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 @@ -19,8 +19,8 @@ #include "language/control/control-stack.h" #include "data/case.h" +#include "data/dataset.h" #include "data/dictionary.h" -#include "data/procedure.h" #include "data/settings.h" #include "data/transformations.h" #include "data/variable.h"