]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/hashfunc.c
Sorter: Ah, fixed wrong include of time.h.
[libucw.git] / ucw / hashfunc.c
index 2ea365700b2c2a818c6978d8bab515c5480a05f2..ada2a43f22f920856571fd2fff98c95eaac01985 100644 (file)
@@ -11,9 +11,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/hashfunc.h"
-#include "ucw/chartype.h"
+#include <ucw/lib.h>
+#include <ucw/hashfunc.h>
+#include <ucw/chartype.h>
 
 /* The number of bits the hash in the function hash_*() is rotated by after
  * every pass.  It should be prime with the word size.  */