]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unnecessary #includes.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 10 Aug 2009 07:47:43 +0000 (07:47 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 10 Aug 2009 07:47:43 +0000 (07:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10766

drd/drd_segment.c
drd/drd_thread.c

index 8585535df8435ac7de34f880fa5133c3046a746d..e2c09904040e9009ea466e2309d70618f9ac7c93 100644 (file)
@@ -27,7 +27,6 @@
 #include "drd_segment.h"
 #include "drd_thread.h"
 #include "pub_tool_basics.h"      // Addr, SizeT
-#include "pub_tool_errormgr.h"    // VG_(unique_error)()
 #include "pub_tool_libcassert.h"  // tl_assert()
 #include "pub_tool_libcbase.h"    // VG_(strlen)()
 #include "pub_tool_libcprint.h"   // VG_(printf)()
index e497db5e116d7702c95f095feb14b52d6cf803df..2c759c15f8f2f91d7fb1ea280a39e5537e02896a 100644 (file)
@@ -34,7 +34,6 @@
 #include "drd_thread.h"
 #include "pub_tool_vki.h"
 #include "pub_tool_basics.h"      // Addr, SizeT
-#include "pub_tool_errormgr.h"    // VG_(unique_error)()
 #include "pub_tool_libcassert.h"  // tl_assert()
 #include "pub_tool_libcbase.h"    // VG_(strlen)()
 #include "pub_tool_libcprint.h"   // VG_(printf)()