Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / libpspp / hash-functions.c
index af8b4c2c83a68f51423a2e934ed483f6fffa3f1f..96ff282c85d7fc9684672cd840a5ea1cca33afe8 100644 (file)
@@ -15,7 +15,9 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 #include <config.h>
-#include <libpspp/hash-functions.h>
+
+#include "libpspp/hash-functions.h"
+
 #include <assert.h>
 #include <ctype.h>
 #include <math.h>