X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fscratch-reader.c;h=5def728ed84ea52c109a154246373c912db03c68;hb=f3668539947d5baed813a4f8436d6cf36abeedd2;hp=3aa1768d562e1b7bac6441d86981c3b1bdbc1fdf;hpb=707848060e414fe93458834446dd7cdbf800667f;p=pspp diff --git a/src/data/scratch-reader.c b/src/data/scratch-reader.c index 3aa1768d56..5def728ed8 100644 --- a/src/data/scratch-reader.c +++ b/src/data/scratch-reader.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 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 @@ -16,19 +16,19 @@ #include -#include +#include "data/scratch-reader.h" #include -#include -#include -#include -#include -#include -#include -#include +#include "data/case.h" +#include "data/casereader.h" +#include "data/dictionary.h" +#include "data/file-handle-def.h" +#include "data/scratch-handle.h" +#include "libpspp/assertion.h" +#include "libpspp/message.h" -#include "xalloc.h" +#include "gl/xalloc.h" #include "gettext.h" #define _(msgid) gettext (msgid)