]> sourceware.org Git - systemtap.git/commitdiff
2005-11-09 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Wed, 9 Nov 2005 09:00:47 +0000 (09:00 +0000)
committerhunt <hunt>
Wed, 9 Nov 2005 09:00:47 +0000 (09:00 +0000)
* map.c: Change order of includes.

runtime/ChangeLog
runtime/map.c

index 5f86ebabdf913d4efbe1c06d67baadf8c3183546..dc21fffd2433b4ce7e090dda75fb2e4fa482647d 100644 (file)
@@ -1,5 +1,7 @@
 2005-11-09  Martin Hunt  <hunt@redhat.com>
+       * map.c: Change order of includes.
 
+2005-11-09  Martin Hunt  <hunt@redhat.com>     
        * map.h (struct map_root): Delete fields
        used by old API.
 
index da930ca2508be3b9c48365063649fb2ab2fc3237..e4cb0dde8843f7183502c470d06931cda543ba03 100644 (file)
  * @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),
This page took 0.0289 seconds and 5 git commands to generate.