diff options
Diffstat (limited to 'src/polypcore/hashmap.c')
-rw-r--r-- | src/polypcore/hashmap.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/polypcore/hashmap.c b/src/polypcore/hashmap.c index a37decb8..8861fd3d 100644 --- a/src/polypcore/hashmap.c +++ b/src/polypcore/hashmap.c @@ -27,10 +27,11 @@ #include <assert.h> #include <string.h> +#include <polypcore/idxset.h> +#include <polypcore/xmalloc.h> +#include <polypcore/log.h> + #include "hashmap.h" -#include "idxset.h" -#include "xmalloc.h" -#include "log.h" #define BUCKETS 1023 |