aboutsummaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'map.c')
-rw-r--r--map.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/map.c b/map.c
index 44b6ade..12b2f16 100644
--- a/map.c
+++ b/map.c
@@ -9,9 +9,6 @@
* http://github.com/agl/critbit
* http://ccodearchive.net/info/strmap.html
*/
-#include <stdlib.h>
-#include <string.h>
-#include <inttypes.h>
#include "map.h"
typedef struct Node Node;