X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdatasheet.h;h=ab6c28d80af56697d18151ac7884106487b7ebfb;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=0508896ae9e30876be39c4e749aabe50d4e572ee;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/data/datasheet.h b/src/data/datasheet.h index 0508896a..ab6c28d8 100644 --- a/src/data/datasheet.h +++ b/src/data/datasheet.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 @@ -17,8 +17,8 @@ #ifndef DATA_DATASHEET_H #define DATA_DATASHEET_H 1 -#include -#include +#include "data/case.h" +#include "data/value.h" struct caseproto; struct casereader;