git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3972
*/
#include "pub_core_basics.h"
-#include "pub_core_threadstate.h" // needed for pub_core_aspacemgr.h
#include "pub_core_aspacemgr.h"
#include "pub_core_libcbase.h"
#include "pub_core_libcassert.h"
#include "pub_core_libcproc.h" // For VG_(gettid)()
#include "pub_core_stacktrace.h"
#include "pub_core_syscall.h"
-#include "pub_core_tooliface.h" // For VG_(details)
+#include "pub_core_tooliface.h" // For VG_(details).{name,bug_reports_to}
#include "vki_unistd.h"
/* ---------------------------------------------------------------------
// to get file and function names, line numbers, variable types, and
// to help stack unwinding.
//
-// And it's internals are currently a mess. It's interface is ugly, too.
+// And its internals are currently a mess. Its interface is ugly, too.
//--------------------------------------------------------------------
#include "pub_tool_debuginfo.h"