X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fmake-file.c;h=f163d5e7737c0b6cf8e591b385d3cbd128edd36e;hb=a444c32ff965e91abff74634375266064bff05a6;hp=e4c9234044a687a078d198c2ec85f5385cd4f7dd;hpb=c81ed3d3c60ca7d576ef9d3d9c9d6863d6f11bf5;p=pspp-builds.git diff --git a/src/data/make-file.c b/src/data/make-file.c index e4c92340..f163d5e7 100644 --- a/src/data/make-file.c +++ b/src/data/make-file.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2010 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 @@ -15,22 +15,26 @@ along with this program. If not, see . */ #include + +#include "data/make-file.h" + #include +#include #include +#include #include #include -#include -#include #include +#include -#include -#include -#include -#include +#include "data/file-name.h" +#include "libpspp/ll.h" +#include "libpspp/message.h" -#include "fatal-signal.h" -#include "tempname.h" -#include "xalloc.h" +#include "gl/fatal-signal.h" +#include "gl/tempname.h" +#include "gl/xalloc.h" +#include "gl/xvasprintf.h" #include "gettext.h" #define _(msgid) gettext (msgid)