summaryrefslogtreecommitdiff
path: root/src/elfhandle.c
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-03 02:06:44 +0100
committernorly <ny-git@enpas.org>2013-06-03 02:06:44 +0100
commitf65740be4063729db219dff54ea2cbe60038f0cc (patch)
treeddc6632d8e675106de489958a9570b661233514b /src/elfhandle.c
parent3afdca277b88f6b1ae9da81fe704a6a3844106d6 (diff)
Simplify includes
Diffstat (limited to 'src/elfhandle.c')
-rw-r--r--src/elfhandle.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/elfhandle.c b/src/elfhandle.c
index 47f9820..c90bff2 100644
--- a/src/elfhandle.c
+++ b/src/elfhandle.c
@@ -5,8 +5,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
-
-#include <libelf/libelf.h>
+#include <libelf.h>
#include "elfhandle.h"