X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart-item.h;h=ac25eb0a770ea4293868fa4c04c9ff74825ceeb5;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=c005a46c8fc97387d1c0b4d2608d2e3770bcf390;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/output/chart-item.h b/src/output/chart-item.h index c005a46c..ac25eb0a 100644 --- a/src/output/chart-item.h +++ b/src/output/chart-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 @@ -25,7 +25,7 @@ chart_item. */ #include -#include +#include "output/output-item.h" /* A chart item. @@ -45,7 +45,7 @@ void chart_item_set_title (struct chart_item *, const char *); autogenerated by mk-class-boilerplate. */ #include -#include +#include "libpspp/cast.h" extern const struct output_item_class chart_item_class;