X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcasewriter.h;h=ffe7798a8f15d67267c5363ee15b80c4f62b227a;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=146cc654608f754e2f7178c9738c477c7644627b;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/data/casewriter.h b/src/data/casewriter.h index 146cc654..ffe7798a 100644 --- a/src/data/casewriter.h +++ b/src/data/casewriter.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 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 @@ -18,8 +18,8 @@ #define DATA_CASEWRITER_H 1 #include -#include -#include +#include "data/transformations.h" +#include "libpspp/compiler.h" struct casewriter;