X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fnp-plot.h;h=15c1cb9f71b39c9d96fb7c899e4ec77733d38f3c;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=82194e2016bd984668b303267751bd8b99365c86;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp-builds.git diff --git a/src/output/charts/np-plot.h b/src/output/charts/np-plot.h index 82194e20..15c1cb9f 100644 --- a/src/output/charts/np-plot.h +++ b/src/output/charts/np-plot.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2008, 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,7 +17,7 @@ #ifndef OUTPUT_CHARTS_NP_PLOT_H #define OUTPUT_CHARTS_NP_PLOT_H 1 -#include +#include "output/chart-item.h" struct np; @@ -25,7 +25,6 @@ struct np; struct np_plot_chart { struct chart_item chart_item; - char *label; struct casereader *data; bool detrended; @@ -51,7 +50,7 @@ struct chart_item *dnp_plot_create (const struct np *, autogenerated by mk-class-boilerplate. */ #include -#include +#include "libpspp/cast.h" extern const struct chart_item_class np_plot_chart_class;