X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcasewriter.h;h=ffe7798a8f15d67267c5363ee15b80c4f62b227a;hb=d8b3292a8c12564dbc67e59f24d626dcfbf2e274;hp=146cc654608f754e2f7178c9738c477c7644627b;hpb=5c3291dc396b795696e94f47780308fd7ace6fc4;p=pspp diff --git a/src/data/casewriter.h b/src/data/casewriter.h index 146cc65460..ffe7798a8f 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;