X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-item.h;h=dddf846ca952a08ea0709ffc72f737b9654da175;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=01e9899b880e9dfe93b961c5ea88cf0f05eed356;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/output/table-item.h b/src/output/table-item.h index 01e9899b..dddf846c 100644 --- a/src/output/table-item.h +++ b/src/output/table-item.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 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 @@ -23,8 +23,8 @@ contains a table (see table.h) and some formatting properties (currently just a caption). */ -#include -#include +#include "libpspp/compiler.h" +#include "output/output-item.h" /* A table item. @@ -48,7 +48,7 @@ void table_item_set_caption (struct table_item *, const char *); autogenerated by mk-class-boilerplate. */ #include -#include +#include "libpspp/cast.h" extern const struct output_item_class table_item_class;