xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / output / chart.c
index 489ef189f6d3817c047147ef8bcd206ec31cc56c..49819e9fe03cc4073242ae97d05b77365c7e78a2 100644 (file)
 
 #include <plot.h>
 
-#include <libpspp/alloc.h>
 #include <libpspp/str.h>
 #include <output/manager.h>
 #include <output/output.h>
 
 #include "error.h"
+#include "xalloc.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)