Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / language / expressions / private.h
index 85b82587f5f895e4f0d8bb4eed29d1cb61b67ce5..9e00bdf41b02574e44064e2244c9bc79e9212751 100644 (file)
@@ -22,8 +22,8 @@
 
 #include <assert.h>
 #include <stddef.h>
-#include "format.h"
-#include "str.h"
+#include <data/format.h>
+#include <libpspp/str.h>
 
 #include "public.h"
 #include "operations.h"