Use SE instead of ME for parse errors.
[pspp-builds.git] / src / language / tests / moments-test.c
index c038a63c42fce13257b60e7b04bcc3af975b3921..619f797e0356df49fc18efd8a7c8f03aefd70009 100644 (file)
 #include <config.h>
 #include <stdio.h>
 #include "gettext.h"
-#include "command.h"
-#include "lexer.h"
-#include "moments.h"
+#include <language/command.h>
+#include <language/lexer/lexer.h>
+#include <math/moments.h>
+#include <math.h>
+#include <stdlib.h>
+#include "xalloc.h"
 
 #define _(msgid) gettext (msgid)