]> git.ozlabs.org Git - ccan/blobdiff - ccan/hash/hash.c
Simplify -I lines: change includes to ccan/
[ccan] / ccan / hash / hash.c
index 104a2958ff26b7597827f5593a73412fe61e7da0..5e106ad35cc4e4a85d65edc3c7025a0588f2990f 100644 (file)
@@ -42,7 +42,7 @@ on 1 byte), but shoehorning those bytes into integers efficiently is messy.
 #include <sys/param.h>  /* attempt to define endianness */
 #endif
 
 #include <sys/param.h>  /* attempt to define endianness */
 #endif
 
-#include "hash/hash.h"
+#include "hash.h"
 #ifdef linux
 # include <endian.h>    /* attempt to define endianness */
 #endif
 #ifdef linux
 # include <endian.h>    /* attempt to define endianness */
 #endif