X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Frename-variables.c;h=9ba6630281877fd779f8f43898bed72da42f399f;hb=3f2ed1c5fe6dc692ca00bb18a15e41617fa2d37d;hp=1c20c6a643519f12a9e684de1185a07c94969f9c;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/language/dictionary/rename-variables.c b/src/language/dictionary/rename-variables.c index 1c20c6a643..9ba6630281 100644 --- a/src/language/dictionary/rename-variables.c +++ b/src/language/dictionary/rename-variables.c @@ -19,15 +19,15 @@ #include #include -#include "message.h" -#include "alloc.h" -#include "command.h" -#include "dictionary.h" -#include "message.h" -#include "hash.h" -#include "lexer.h" -#include "str.h" -#include "variable.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "gettext.h" #define _(msgid) gettext (msgid)