diff options
Diffstat (limited to 'runtime/map.c')
-rw-r--r-- | runtime/map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/map.c b/runtime/map.c index da930ca2..e4cb0dde 100644 --- a/runtime/map.c +++ b/runtime/map.c @@ -15,10 +15,10 @@ * @brief Implements maps (associative arrays) and lists */ -#include "stat-common.c" -#include "map-stat.c" #include "alloc.c" #include "sym.c" +#include "stat-common.c" +#include "map-stat.c" static int map_sizes[] = { sizeof(int64_t), |