X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcontrol%2Frepeat.c;h=ff1bbc0870915c7d843684b1483c4e934072b674;hb=2be9bee9da6a2ce27715e58128569594319abfa2;hp=c0fa8fe0d8dfe165deb6f55968f17ed512d9b46f;hpb=ac6bc481cef04a4f69a55075d09927c8617be14b;p=pspp-builds.git diff --git a/src/language/control/repeat.c b/src/language/control/repeat.c index c0fa8fe0..ff1bbc08 100644 --- a/src/language/control/repeat.c +++ b/src/language/control/repeat.c @@ -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 +#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"