chiark / gitweb /
Fiddle with CSS+HTML in effort to get more consistent buttons
[disorder] / lib / hash.c
index a77bd3ac7ffe6967122fc730dd9cbee983c49f9d..f730a585da12a34dd8acdb1cdebdee9c61832c32 100644 (file)
  * USA
  */
 
  * USA
  */
 
-#include <config.h>
-#include "types.h"
-
-#include <string.h>
+#include "common.h"
 
 #include "hash.h"
 #include "mem.h"
 #include "log.h"
 
 #include "hash.h"
 #include "mem.h"
 #include "log.h"
+#include "kvp.h"
 
 struct entry {
   struct entry *next;                   /* next entry same key */
 
 struct entry {
   struct entry *next;                   /* next entry same key */