Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / language / tests / moments-test.c
index c038a63c42fce13257b60e7b04bcc3af975b3921..4b685231454eaa2a17de5d9d9dab861c6dcdd84e 100644 (file)
@@ -20,9 +20,9 @@
 #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>
 
 #define _(msgid) gettext (msgid)