Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / src / output / chart.h
index 43543cf5e2239ddb8a2793aee7cab8e4ed97fbba..9586eb1e068aba5f480b758a79db4463c8ae465a 100644 (file)
@@ -14,7 +14,6 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-#include <config.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
 
 #include <math/chart-geometry.h>
 #include <libpspp/str.h>
-#include <libpspp/alloc.h>
 #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