X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart-item.h;h=ac25eb0a770ea4293868fa4c04c9ff74825ceeb5;hb=55178119a1dd305b7e0c3254cf5b6ddf6784e34f;hp=c005a46c8fc97387d1c0b4d2608d2e3770bcf390;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/output/chart-item.h b/src/output/chart-item.h index c005a46c8f..ac25eb0a77 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;