aboutsummaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2025-12-13 11:17:09 -0700
committerRandy Palamar <randy@rnpnr.xyz>2025-12-22 09:13:47 -0700
commit569b61137cf45521d9fd4f693cf841be485dd4b8 (patch)
tree41851443d00b15a45d39c9079001bc10c4c4806e /map.c
parent5abe94420528d3e107eceb0f3df073e8a1270191 (diff)
downloadvis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.gz
vis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.xz
move all standard library includes into util.h
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;