|
From: <sv...@va...> - 2009-08-10 07:48:00
|
Author: njn Date: 2009-08-10 08:47:43 +0100 (Mon, 10 Aug 2009) New Revision: 10766 Log: Remove unnecessary #includes. Modified: trunk/drd/drd_segment.c trunk/drd/drd_thread.c Modified: trunk/drd/drd_segment.c =================================================================== --- trunk/drd/drd_segment.c 2009-08-10 07:36:54 UTC (rev 10765) +++ trunk/drd/drd_segment.c 2009-08-10 07:47:43 UTC (rev 10766) @@ -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)() Modified: trunk/drd/drd_thread.c =================================================================== --- trunk/drd/drd_thread.c 2009-08-10 07:36:54 UTC (rev 10765) +++ trunk/drd/drd_thread.c 2009-08-10 07:47:43 UTC (rev 10766) @@ -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)() |