Moved the code trampoline stuff into a new module, m_trampoline.  Not
certain this was the right thing to do, but that stuff sure as hell
didn't fit in any of the existing modules.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3929 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_redir.c b/coregrind/m_redir.c
index 1d2f296..3d5988c 100644
--- a/coregrind/m_redir.c
+++ b/coregrind/m_redir.c
@@ -40,6 +40,7 @@
 #include "pub_core_options.h"
 #include "pub_core_redir.h"
 #include "pub_core_skiplist.h"
+#include "pub_core_trampoline.h"
 #include "pub_core_transtab.h"
 #include "m_debuginfo/priv_symtab.h"  // XXX: bad!