Changed include paths to be explicitly specified in the #include directive.
[pspp] / src / math / moments.h
index d872280131f5245b710bd1d264971f9cd921f265..0725df6db6b9fa6b551562d12d855c4237a7e246 100644 (file)
@@ -21,7 +21,7 @@
 #define HEADER_MOMENTS
 
 #include <stddef.h>
-#include "value.h"
+#include <data/value.h>
 
 /* Moments of the mean.
    Higher-order moments have higher values. */