aboutsummaryrefslogtreecommitdiff
path: root/ltrace-elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltrace-elf.h')
-rw-r--r--ltrace-elf.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/ltrace-elf.h b/ltrace-elf.h
index 151a033..afd818c 100644
--- a/ltrace-elf.h
+++ b/ltrace-elf.h
@@ -3,15 +3,7 @@
#include <gelf.h>
#include <stdlib.h>
-
-#define DEFINING_LTELF
-#include "arch.h"
-#undef DEFINING_LTELF
-
-#ifndef ARCH_HAVE_LTELF_DATA
-struct arch_ltelf_data {
-};
-#endif
+#include "sysdep.h"
struct Process;
struct library;