diff options
Diffstat (limited to 'runtime/map.c')
-rw-r--r-- | runtime/map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/map.c b/runtime/map.c index 513e27df..a436d7ed 100644 --- a/runtime/map.c +++ b/runtime/map.c @@ -15,7 +15,6 @@ * @brief Implements maps (associative arrays) and lists */ -#include "alloc.c" #include "sym.c" #include "stat-common.c" #include "map-stat.c" |