diff options
author | njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-06-21 00:28:11 +0000 |
---|---|---|
committer | njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-06-21 00:28:11 +0000 |
commit | 899ce73b9eb1f679562e93f8e5c162aa049413f1 (patch) | |
tree | 2db4665ec71f0d3aa314bd5097eb9541322afd3f /coregrind/m_scheduler | |
parent | 3ced4cee9a7554e26b8aeeaabcc61621f1696a80 (diff) |
Don't #include pub_core_debuginfo.h in pub_core_aspacemgr.h. So have
to #include it explicitly in lots of other places, but at least the
dependency is clear now.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3974 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'coregrind/m_scheduler')
-rw-r--r-- | coregrind/m_scheduler/scheduler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coregrind/m_scheduler/scheduler.c b/coregrind/m_scheduler/scheduler.c index 0e19591c..afbedd0c 100644 --- a/coregrind/m_scheduler/scheduler.c +++ b/coregrind/m_scheduler/scheduler.c @@ -62,6 +62,7 @@ #include "pub_core_basics.h" #include "pub_core_threadstate.h" +#include "pub_core_debuginfo.h" // Needed for pub_core_aspacemgr :( #include "pub_core_aspacemgr.h" #include "pub_core_dispatch.h" #include "pub_core_errormgr.h" // For VG_(get_n_errs_found)() |