summaryrefslogtreecommitdiffstats
path: root/runtime/map.c
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-03-25 11:32:58 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-03-25 11:32:58 -0400
commitaaf2af3e3b0c159a64609c82811662d7253c3a96 (patch)
tree6483a96d2adabed2f34508a02882ca9d2de22b01 /runtime/map.c
parent481963c741b440fec7724426f12b268cfad199b3 (diff)
downloadsystemtap-steved-aaf2af3e3b0c159a64609c82811662d7253c3a96.tar.gz
systemtap-steved-aaf2af3e3b0c159a64609c82811662d7253c3a96.tar.xz
systemtap-steved-aaf2af3e3b0c159a64609c82811662d7253c3a96.zip
rebased unwind_branch on top of current master
Diffstat (limited to 'runtime/map.c')
-rw-r--r--runtime/map.c1
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"