Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / data / any-reader.c
index 876d7fa56b4059ad1028d1ed0783b63d8e9230da..64f881e3e124e2d382ffe0fed927b1bb3c291d88 100644 (file)
 #include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include "message.h"
+#include <libpspp/message.h>
 #include "file-handle-def.h"
 #include "filename.h"
 #include "por-file-reader.h"
 #include "sys-file-reader.h"
-#include "str.h"
+#include <libpspp/str.h>
 #include "scratch-reader.h"
 #include "xalloc.h"