Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / math / levene.h
index edbcd80e3fbe1d17b8b6a639e421eda26a8362aa..886d3a36535ff7b831f41ca88cc9954ce0f06628 100644 (file)
@@ -23,8 +23,8 @@
 #define levene_h 1
 
 
-#include "variable.h"
-#include "casefile.h"
+#include <data/variable.h>
+#include <data/casefile.h>
 
 /* What to do with missing values */
 enum lev_missing { LEV_ANALYSIS, LEV_LISTWISE };