xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / ui / gui / clipboard.c
index 1661d4132a24e2cab083d3a29c8c482ad45f4479..4d7ca63ed9729a6b3eab153c69b83de16bce1e72 100644 (file)
@@ -22,7 +22,6 @@
 #include "psppire-data-store.h"
 #include <data/casereader.h>
 #include <data/case-map.h>
-#include <libpspp/alloc.h>
 #include <data/casewriter.h>
 #include <data/format.h>
 #include <data/data-out.h>
@@ -30,6 +29,7 @@
 #include <stdlib.h>
 #include "data-editor.h"
 
+#include "xalloc.h"
 
 /* A casereader and dictionary holding the data currently in the clip */
 static struct casereader *clip_datasheet = NULL;