summaryrefslogtreecommitdiff
path: root/src/VBox/ExtPacks/VBoxDTrace/include
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-10-27 15:54:24 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-10-27 15:54:24 +0000
commit98fd7f28808a595472f8210d272255ba0cf737c7 (patch)
tree6fa3350b46f3e827dc730af583e91e629eae58ab /src/VBox/ExtPacks/VBoxDTrace/include
parent8c1b97b18290b55cc95e8377f8b78fbfef9d1eb9 (diff)
downloadVirtualBox-svn-98fd7f28808a595472f8210d272255ba0cf737c7.tar.gz
Debugger,DTrace,IPRT: Use iprt/formats/elf*.h instead of the internal IPRT headers.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69435 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/ExtPacks/VBoxDTrace/include')
-rw-r--r--src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h b/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
index b3435ba1b03..866a2a4f5e4 100644
--- a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
+++ b/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
@@ -435,7 +435,7 @@ extern int dtrace_close(struct dtrace_state *state);
/*
* gelf
*/
-# include "../../../Runtime/include/internal/ldrELF64.h"
+# include <iprt/formats/elf64.h>
typedef Elf64_Half GElf_Half;
typedef Elf64_Xword GElf_Xword;
typedef Elf64_Shdr GElf_Shdr;