Remove unused #include directives
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 15 Dec 2019 08:57:40 +0000 (09:57 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 15 Dec 2019 08:57:40 +0000 (09:57 +0100)
src/language/command.c
src/language/control/temporary.c
src/language/data-io/save-translate.c
src/ui/gui/psppire-data-store.c
src/ui/gui/psppire-window.c
tests/data/datasheet-test.c
tests/libpspp/range-set-test.c
tests/libpspp/zip-test.c

index 1ce51d63e7ddceadf045c339ced11f18401be1e1..cfe4ecf14bc6ae1c8451fed256bcac33a17dc506 100644 (file)
@@ -38,7 +38,6 @@
 #include "libpspp/str.h"
 #include "output/group-item.h"
 
-#include "xalloc.h"
 #include "xmalloca.h"
 
 #include "gettext.h"
index 7ebcc5ad9c8b92092a8850ddd05d547e58be4ffb..b350759b024e3c0d2393f0bf32ddf50313dcbecc 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <config.h>
 
-#include <stddef.h>
 #include <stdlib.h>
 
 #include "data/dataset.h"
index 72b6e3ae7226e0441ef7d75a4e15a5c5b450bb07..18853a03d04df0b3b8d72f27ca79d273510122bb 100644 (file)
@@ -33,7 +33,6 @@
 #include "language/lexer/lexer.h"
 #include "libpspp/message.h"
 
-#include "xalloc.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
index 3c2765f5dd68156d905925ff41ee065b3d81f7cc..c91e589dfcb848a53f05b47856aef7c4dcf25283 100644 (file)
@@ -42,7 +42,6 @@
 
 #include <math/sort.h>
 
-#include "xalloc.h"
 #include "xmalloca.h"
 
 #include "value-variant.h"
index 8b2e3d5dfd7ef231e27b79f13c2229f591055e52..771bbb37310e982accf799ea44737c490b013b53 100644 (file)
@@ -23,7 +23,6 @@
 #include <gtk/gtk.h>
 
 #include <stdlib.h>
-#include <xalloc.h>
 
 #include <gettext.h>
 #define _(msgid) gettext (msgid)
index 5f903c4dd943bc86769a8332fa0c039819f6c737..87ac1b9a1644e582e73d0f985cc25dbe58843ad1 100644 (file)
@@ -42,7 +42,6 @@
 #include "error.h"
 #include "minmax.h"
 #include "progname.h"
-#include "xalloc.h"
 
 /* lazy_casereader callback function to instantiate a casereader
    from the datasheet. */
index 9c13de6d082c9b13af715597d75604d56987a5de..7ae8c21e87855de944f6938ee823d919658d66bc 100644 (file)
@@ -38,7 +38,6 @@
 #include <libpspp/compiler.h>
 #include <libpspp/pool.h>
 
-#include "xalloc.h"
 \f
 /* Exit with a failure code.
    (Place a breakpoint on this function while debugging.) */
index aea62824bb3c51a71e1b145fced28d1dfd51c014..e132cb93da5299983a35438bf4d7da00b4d39949 100644 (file)
@@ -30,7 +30,6 @@
 #include <libpspp/str.h>
 
 #include <errno.h>
-#include "xalloc.h"
 \f
 /* Exit with a failure code.
    (Place a breakpoint on this function while debugging.) */