mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Remove unnecesary #includes.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4078
This commit is contained in:
parent
19b510f7d2
commit
60dbf0cbc8
@ -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"
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user