Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / language / tests / pool-test.c
index 86d50fccf8b8a00740f6cb82d74f2b496878fff3..17674fbdba28bb48e4f912a77317ce12bcaaa135 100644 (file)
@@ -18,8 +18,8 @@
    02110-1301, USA. */
 
 #include <config.h>
-#include "pool.h"
-#include "command.h"
+#include <libpspp/pool.h>
+#include <language/command.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>