From 4bca766b4e1f3dfbda5be76c9502131ca0705adf Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 12 Feb 2009 16:32:41 -0600 Subject: Moved inclusion of runtime/procfs.c to a better place. 2009-02-12 David Smith * tapsets.cxx (procfs_derived_probe_group::emit_module_decls): Moved inclusion of procfs.c here from runtime/transport.c 2009-02-12 David Smith * transport.c: Moved inclusion of procfs.c to procfs_derived_probe_group::emit_module_decls() in tapsets.cxx. --- runtime/transport/transport.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/transport/transport.c') diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c index 79da2101..23e4b855 100644 --- a/runtime/transport/transport.c +++ b/runtime/transport/transport.c @@ -20,7 +20,6 @@ #include "time.c" #include "../mempool.c" #include "symbols.c" -#include "../procfs.c" static struct utt_trace *_stp_utt = NULL; static unsigned int utt_seq = 1; -- cgit