Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / ui / gui / psppire-dict.h
index b36ccf9e6156297ade8b892e74ef3ef798f4ae47..173ed486973613d8c6543b822f28394bfd50d6b4 100644 (file)
@@ -26,8 +26,8 @@
 #include <glib-object.h>
 #include <glib.h>
 
-#include <dictionary.h>
-#include <variable.h>
+#include <data/dictionary.h>
+#include <data/variable.h>
 
 
 G_BEGIN_DECLS