X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcasereader.h;h=8f80c30ca0799033499b0f71a9716065fb9f0908;hb=687c1acdbeecd7d0d7fdc4143d444e8b1563b532;hp=a2e789ae6f777c8fc3688c3dc9110180434f75f0;hpb=f9054cdd455bb3368161d6e3f400bd373f7044ba;p=pspp diff --git a/src/data/casereader.h b/src/data/casereader.h index a2e789ae6f..8f80c30ca0 100644 --- a/src/data/casereader.h +++ b/src/data/casereader.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 @@ -51,9 +51,9 @@ #ifndef DATA_CASEREADER_H #define DATA_CASEREADER_H 1 -#include -#include -#include +#include "libpspp/compiler.h" +#include "data/case.h" +#include "data/missing-values.h" struct dictionary; struct casereader;