From 549b9c3b29bafc954f097ff7cca83e979c52751e Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 9 Nov 2005 09:00:47 +0000 Subject: [PATCH] 2005-11-09 Martin Hunt * map.c: Change order of includes. --- runtime/ChangeLog | 2 ++ runtime/map.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 5f86ebabd..dc21fffd2 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,7 @@ 2005-11-09 Martin Hunt + * map.c: Change order of includes. +2005-11-09 Martin Hunt * map.h (struct map_root): Delete fields used by old API. diff --git a/runtime/map.c b/runtime/map.c index da930ca25..e4cb0dde8 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), -- 2.43.5