summaryrefslogtreecommitdiff
path: root/src/elfops
diff options
context:
space:
mode:
Diffstat (limited to 'src/elfops')
-rw-r--r--src/elfops/check.c2
-rw-r--r--src/elfops/phdr-fixup-selfref.c5
-rw-r--r--src/elfops/section-by-name.c4
-rw-r--r--src/elfops/section-in-segment.c4
-rw-r--r--src/elfops/section-name.c4
5 files changed, 1 insertions, 18 deletions
diff --git a/src/elfops/check.c b/src/elfops/check.c
index be8704b..2c7f040 100644
--- a/src/elfops/check.c
+++ b/src/elfops/check.c
@@ -1,7 +1,5 @@
#include <assert.h>
#include <stdlib.h>
-#include <libelf/libelf.h>
-#include <libelf/gelf.h>
#include <libelfu/libelfu.h>
int elfu_eCheck(Elf *e)
diff --git a/src/elfops/phdr-fixup-selfref.c b/src/elfops/phdr-fixup-selfref.c
index 0182844..c961ceb 100644
--- a/src/elfops/phdr-fixup-selfref.c
+++ b/src/elfops/phdr-fixup-selfref.c
@@ -1,7 +1,4 @@
-#include <libelf/libelf.h>
-#include <libelf/gelf.h>
-
-#include <libelfu/debug.h>
+#include <libelfu/libelfu.h>
void elfu_ePhdrFixupSelfRef(Elf *e)
diff --git a/src/elfops/section-by-name.c b/src/elfops/section-by-name.c
index 38a9dd1..8bb93a3 100644
--- a/src/elfops/section-by-name.c
+++ b/src/elfops/section-by-name.c
@@ -1,8 +1,4 @@
#include <string.h>
-
-#include <libelf/libelf.h>
-#include <libelf/gelf.h>
-
#include <libelfu/libelfu.h>
diff --git a/src/elfops/section-in-segment.c b/src/elfops/section-in-segment.c
index 76a997d..7e6206b 100644
--- a/src/elfops/section-in-segment.c
+++ b/src/elfops/section-in-segment.c
@@ -1,8 +1,4 @@
#include <stdlib.h>
-
-#include <libelf/libelf.h>
-#include <libelf/gelf.h>
-
#include <libelfu/libelfu.h>
diff --git a/src/elfops/section-name.c b/src/elfops/section-name.c
index 9cd44f7..4832db9 100644
--- a/src/elfops/section-name.c
+++ b/src/elfops/section-name.c
@@ -1,8 +1,4 @@
#include <stdlib.h>
-
-#include <libelf/libelf.h>
-#include <libelf/gelf.h>
-
#include <libelfu/libelfu.h>