#include "pub_core_basics.h" /* basic types */
#include "pub_core_vkiscnums.h" /* for syscall numbers */
#include "pub_core_debuglog.h" /* our own iface */
-#include "valgrind.h" /* for RUNNING_ON_VALGRIND */
+#include "pub_core_clreq.h" /* for RUNNING_ON_VALGRIND */
static Bool clo_xml;
#include "pub_core_gdbserver.h"
#include "pub_core_aspacemgr.h"
#include "pub_core_vki.h"
-#include "valgrind.h"
+#include "pub_core_clreq.h"
/*------------- interface m_gdbserver <=> low level gdbserver */
#include "pub_core_libcprint.h"
#include "pub_core_libcproc.h" // VG_(getpid)(), VG_(read_millisecond_timer()
#include "pub_core_options.h"
-#include "valgrind.h" // For RUNNING_ON_VALGRIND
+#include "pub_core_clreq.h" // For RUNNING_ON_VALGRIND
/* ---------------------------------------------------------------------
#include "pub_core_transtab.h"
#include "pub_core_inner.h"
#if defined(ENABLE_INNER_CLIENT_REQUEST)
-#include "valgrind.h"
+#include "pub_core_clreq.h"
#endif
#include "pub_core_syswrap.h"
#include "pub_core_inner.h"
#if defined(ENABLE_INNER_CLIENT_REQUEST)
-#include "valgrind.h"
+#include "pub_core_clreq.h"
#endif
#include "priv_types_n_macros.h"
#include <stdint.h>
#include <stdio.h>
-#include "valgrind.h"
+#include "pub_tool_clreq.h"
#include "drd.h"
#include "pub_tool_redir.h"
#include "pub_tool_hashtable.h"
#include "pub_tool_redir.h"
#include "pub_tool_tooliface.h"
-#include "valgrind.h"
+#include "pub_tool_clreq.h"
#define STRNLEN(soname, fnname) \
#include "pub_tool_hashtable.h"
#include "pub_tool_redir.h"
#include "pub_tool_tooliface.h"
-#include "valgrind.h"
+#include "pub_tool_clreq.h"
/* The following intercepts are copied verbatim from
#include "pub_tool_basics.h"
#include "pub_tool_redir.h"
-#include "valgrind.h"
+#include "pub_tool_clreq.h"
#include "helgrind.h"
#include "config.h"
#include "pub_tool_clientstate.h"
#include "pub_tool_gdbserver.h"
-#include "valgrind.h" // For {MALLOC,FREE}LIKE_BLOCK
+#include "pub_tool_clreq.h" // For {MALLOC,FREE}LIKE_BLOCK
//------------------------------------------------------------*/
//--- Overview of operation ---*/
#include "pub_tool_hashtable.h"
#include "pub_tool_redir.h"
#include "pub_tool_tooliface.h"
-#include "valgrind.h"
+#include "pub_tool_clreq.h"
#include "mc_include.h"
#include "memcheck.h"