X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fscree.h;h=5691451d7cdbf250285e0f5b6f0d39d4916afd92;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=43f5b822482c066bbf7b7364ce301f4fdd3e02a2;hpb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;p=pspp-builds.git diff --git a/src/output/charts/scree.h b/src/output/charts/scree.h index 43f5b822..5691451d 100644 --- a/src/output/charts/scree.h +++ b/src/output/charts/scree.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 @@ -18,7 +18,7 @@ #define OUTPUT_CHARTS_SCREE_H 1 #include -#include +#include "output/chart-item.h" /* A scree plot. */ struct scree @@ -38,7 +38,7 @@ struct chart *scree_get_chart (struct scree *scree); autogenerated by mk-class-boilerplate. */ #include -#include +#include "libpspp/cast.h" extern const struct chart_item_class scree_class;