X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Ffile-handle-def.c;h=d411d6917d0ef73d9fc04c1875ebe942f72fa3f8;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=2d69e2586d256a320ac1f47a1fb230669d45281b;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/data/file-handle-def.c b/src/data/file-handle-def.c index 2d69e258..d411d691 100644 --- a/src/data/file-handle-def.c +++ b/src/data/file-handle-def.c @@ -16,25 +16,25 @@ #include -#include "file-handle-def.h" +#include "data/file-handle-def.h" #include #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "xalloc.h" +#include "libpspp/compiler.h" +#include "libpspp/hmap.h" +#include "libpspp/i18n.h" +#include "libpspp/ll.h" +#include "libpspp/message.h" +#include "libpspp/str.h" +#include "libpspp/hash-functions.h" +#include "data/file-name.h" +#include "data/variable.h" +#include "data/scratch-handle.h" + +#include "gl/xalloc.h" #include "gettext.h" #define _(msgid) gettext (msgid)