Get rid of src/libpspp/debug-print.h and all its users. (There were
[pspp-builds.git] / src / language / dictionary / numeric.c
index 03eb06b72bb729dc19fc2ddb01ce14edf038d840..3e3d7651dbe83b73e244ec9f822805fb1f891900 100644 (file)
    02110-1301, USA. */
 
 #include <config.h>
-#include "message.h"
+#include <libpspp/message.h>
 #include <stdlib.h>
-#include "command.h"
-#include "dictionary.h"
-#include "message.h"
-#include "lexer.h"
-#include "str.h"
-#include "variable.h"
+#include <language/command.h>
+#include <data/dictionary.h>
+#include <libpspp/message.h>
+#include <language/lexer/lexer.h>
+#include <libpspp/str.h>
+#include <data/variable.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
-#include "debug-print.h"
-
 /* Parses the NUMERIC command. */
 int
 cmd_numeric (void)