X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart.h;h=9586eb1e068aba5f480b758a79db4463c8ae465a;hb=371a340b7b71f9dcd87b8df1cca265d256a471af;hp=43543cf5e2239ddb8a2793aee7cab8e4ed97fbba;hpb=6b40f1315cf46ca2417c10ce08bcf62941bdd305;p=pspp-builds.git diff --git a/src/output/chart.h b/src/output/chart.h index 43543cf5..9586eb1e 100644 --- a/src/output/chart.h +++ b/src/output/chart.h @@ -14,7 +14,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include #include #include #include @@ -25,10 +24,11 @@ #include #include -#include #include "manager.h" #include "output.h" +#include "xalloc.h" + #ifndef CHART_H #define CHART_H @@ -89,6 +89,7 @@ void chart_submit(struct chart *ch); separate file. */ void chart_init_separate (struct chart *, const char *type, const char *file_name_tmpl, int number); + void chart_finalise_separate (struct chart *); #endif