Remove duplicate header inclusion.
[pspp-builds.git] / src / output / table.c
index a9fc3743a6bec1f91e54a4b5aef377ab51286bfb..eac8d90f186b9d2b7d13dfe628e1b34800183834 100644 (file)
@@ -23,7 +23,6 @@
 #include <stdarg.h>
 #include <limits.h>
 #include <stdlib.h>
-#include <libpspp/message.h>
 #include <libpspp/alloc.h>
 #include <libpspp/compiler.h>
 #include <data/format.h>
@@ -37,8 +36,6 @@
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
-
-#include <libpspp/debug-print.h>
 \f
 struct som_table_class tab_table_class;
 static char *command_name;