xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / ui / gui / syntax-editor-source.c
index 289bd37a0f5cd7537a0806f1a10ccfb40e935fb8..f7617a893155faf03b786680c6e0c14114603b04 100644 (file)
@@ -18,7 +18,6 @@
 #include <config.h>
 
 #include <libpspp/getl.h>
-#include <libpspp/alloc.h>
 #include <libpspp/compiler.h>
 #include <libpspp/str.h>
 
@@ -29,6 +28,8 @@
 #include "syntax-editor-source.h"
 #include "syntax-editor.h"
 
+#include "xalloc.h"
+
 struct syntax_editor_source
   {
     struct getl_interface parent;