|
From: <sv...@va...> - 2005-05-15 03:53:11
|
Author: njn
Date: 2005-05-15 04:52:40 +0100 (Sun, 15 May 2005)
New Revision: 3717
Modified:
trunk/coregrind/core.h
trunk/coregrind/m_mallocfree.c
trunk/coregrind/vg_messages.c
Log:
fixup headers a bit
Modified: trunk/coregrind/core.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/core.h 2005-05-15 03:38:53 UTC (rev 3716)
+++ trunk/coregrind/core.h 2005-05-15 03:52:40 UTC (rev 3717)
@@ -83,7 +83,6 @@
*/
=20
#include "tool.h" // tool stuff
-#include "core_asm.h"
#include "core_arch.h" // arch-specific stuff, eg. x86/core_arch.h
=20
// Ugly: this is needed by linux/core_os.h
@@ -96,8 +95,6 @@
#include "pub_core_mallocfree.h" // for type 'ArenaId'
#include "pub_core_stacktrace.h" // for type 'StackTrace'
=20
-#include "valgrind.h"
-
/* ---------------------------------------------------------------------
Global macros.
------------------------------------------------------------------ */
Modified: trunk/coregrind/m_mallocfree.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_mallocfree.c 2005-05-15 03:38:53 UTC (rev 3716)
+++ trunk/coregrind/m_mallocfree.c 2005-05-15 03:52:40 UTC (rev 3717)
@@ -32,6 +32,7 @@
=20
#include "core.h"
#include "pub_core_aspacemgr.h"
+#include "valgrind.h"
=20
//zz#include "memcheck/memcheck.h"
=20
Modified: trunk/coregrind/vg_messages.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/vg_messages.c 2005-05-15 03:38:53 UTC (rev 3716)
+++ trunk/coregrind/vg_messages.c 2005-05-15 03:52:40 UTC (rev 3717)
@@ -30,6 +30,7 @@
*/
=20
#include "core.h"
+#include "valgrind.h"
=20
#include <time.h>
#include <sys/time.h>
|