mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
Made m_debuginfo not depend on m_aspacemgr, breaking the direct circular
dependence between them. (There's still an indirect one via m_libcmman.) As a result, I was able to move the Segment type declaration into pub_core_aspacemgr.h, which is a much better spot. I was also able to remove a couple of #includes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4025
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "pub_core_basics.h"
|
||||
#include "pub_core_threadstate.h"
|
||||
#include "pub_core_debuginfo.h" // Needed for pub_core_aspacemgr :(
|
||||
#include "pub_core_debuginfo.h"
|
||||
#include "pub_core_aspacemgr.h" // For VG_(is_addressable)()
|
||||
#include "pub_core_libcbase.h"
|
||||
#include "pub_core_libcassert.h"
|
||||
|
||||
Reference in New Issue
Block a user