git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3717
*/
#include "tool.h" // tool stuff
-#include "core_asm.h"
#include "core_arch.h" // arch-specific stuff, eg. x86/core_arch.h
// Ugly: this is needed by linux/core_os.h
#include "pub_core_mallocfree.h" // for type 'ArenaId'
#include "pub_core_stacktrace.h" // for type 'StackTrace'
-#include "valgrind.h"
-
/* ---------------------------------------------------------------------
Global macros.
------------------------------------------------------------------ */
#include "core.h"
#include "pub_core_aspacemgr.h"
+#include "valgrind.h"
//zz#include "memcheck/memcheck.h"
*/
#include "core.h"
+#include "valgrind.h"
#include <time.h>
#include <sys/time.h>