Remove unnecesary #includes.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4078
This commit is contained in:
Nicholas Nethercote 2005-07-02 01:59:28 +00:00
parent 19b510f7d2
commit 60dbf0cbc8
3 changed files with 1 additions and 4 deletions

View File

@ -32,7 +32,6 @@
#include "pub_core_threadstate.h"
#include "pub_core_debugger.h"
#include "pub_core_libcbase.h"
#include "pub_core_libcassert.h"
#include "pub_core_libcprint.h"
#include "pub_core_libcproc.h"
#include "pub_core_libcsignal.h"

View File

@ -35,8 +35,6 @@
#include "pub_core_libcassert.h"
#include "pub_core_libcmman.h"
#include "pub_core_libcprint.h"
#include "pub_core_syscall.h"
#include "vki_unistd.h"
/* Returns -1 on failure. */
void* VG_(mmap)( void* start, SizeT length,

View File

@ -83,7 +83,7 @@
#include "pub_core_threadstate.h"
#include "pub_core_debuginfo.h" // Needed for pub_core_aspacemgr :(
#include "pub_core_aspacemgr.h"
#include "pub_core_debugger.h"
#include "pub_core_debugger.h" // For VG_(start_debugger)
#include "pub_core_errormgr.h"
#include "pub_core_libcbase.h"
#include "pub_core_libcassert.h"