summaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
Diffstat (limited to 'src/model')
-rw-r--r--src/model/fromFile.c2
-rw-r--r--src/model/reladd.c1
-rw-r--r--src/model/section.c2
-rw-r--r--src/model/toFile.c2
4 files changed, 0 insertions, 7 deletions
diff --git a/src/model/fromFile.c b/src/model/fromFile.c
index 7b8bfd3..11a7fb5 100644
--- a/src/model/fromFile.c
+++ b/src/model/fromFile.c
@@ -2,8 +2,6 @@
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
-#include <libelf/libelf.h>
-#include <libelf/gelf.h>
#include <libelfu/libelfu.h>
diff --git a/src/model/reladd.c b/src/model/reladd.c
index 632c7c3..665f20a 100644
--- a/src/model/reladd.c
+++ b/src/model/reladd.c
@@ -2,7 +2,6 @@
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
-#include <libelf/gelf.h>
#include <libelfu/libelfu.h>
diff --git a/src/model/section.c b/src/model/section.c
index d7ddc19..4b8b230 100644
--- a/src/model/section.c
+++ b/src/model/section.c
@@ -1,7 +1,5 @@
#include <assert.h>
#include <stdlib.h>
-#include <libelf/libelf.h>
-#include <libelf/gelf.h>
#include <libelfu/libelfu.h>
diff --git a/src/model/toFile.c b/src/model/toFile.c
index 9410f13..eaf6ce5 100644
--- a/src/model/toFile.c
+++ b/src/model/toFile.c
@@ -1,6 +1,4 @@
#include <stdlib.h>
-#include <libelf/libelf.h>
-#include <libelf/gelf.h>
#include <libelfu/libelfu.h>