X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fformats.c;h=79a6711ea3a3534eb2157a453678825eca9875a7;hb=3f2ed1c5fe6dc692ca00bb18a15e41617fa2d37d;hp=9e62d9930b9d7b3c21efa82cc5c920b3e80c9569;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/language/dictionary/formats.c b/src/language/dictionary/formats.c index 9e62d9930b..79a6711ea3 100644 --- a/src/language/dictionary/formats.c +++ b/src/language/dictionary/formats.c @@ -21,18 +21,16 @@ #include #include #include -#include "command.h" -#include "message.h" -#include "lexer.h" -#include "misc.h" -#include "str.h" -#include "variable.h" +#include +#include +#include +#include +#include +#include #include "gettext.h" #define _(msgid) gettext (msgid) -#include "debug-print.h" - enum { FORMATS_PRINT = 001,