|
From: <sv...@va...> - 2015-07-30 11:17:54
|
Author: florian
Date: Thu Jul 30 12:17:47 2015
New Revision: 15458
Log:
Do not include tool header file here. Instead include pub_core_....
Modified:
branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/unit-test/tree.h
Modified: branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/unit-test/tree.h
==============================================================================
--- branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/unit-test/tree.h (original)
+++ branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/unit-test/tree.h Thu Jul 30 12:17:47 2015
@@ -27,7 +27,7 @@
#ifndef TREE_H
#define TREE_H
-#include "pub_tool_aspacemgr.h" // NSegment
+#include "pub_core_aspacemgr.h" // NSegment
NSegment *read_file(const char *file);
void write_dot(const NSegment *, const NSegment *subtree,
|