summaryrefslogtreecommitdiffstats
path: root/runtime/map.c
diff options
context:
space:
mode:
authorhunt <hunt>2005-11-09 09:00:47 +0000
committerhunt <hunt>2005-11-09 09:00:47 +0000
commit549b9c3b29bafc954f097ff7cca83e979c52751e (patch)
tree2bd94fc5c95fe6cddd8987aaf53f0a2324ecc250 /runtime/map.c
parent66f95fac49b0789dbf33026643c015c563b57572 (diff)
downloadsystemtap-steved-549b9c3b29bafc954f097ff7cca83e979c52751e.tar.gz
systemtap-steved-549b9c3b29bafc954f097ff7cca83e979c52751e.tar.xz
systemtap-steved-549b9c3b29bafc954f097ff7cca83e979c52751e.zip
2005-11-09 Martin Hunt <hunt@redhat.com>
* map.c: Change order of includes.
Diffstat (limited to 'runtime/map.c')
-rw-r--r--runtime/map.c4
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),