summaryrefslogtreecommitdiffstats
path: root/jail/elf.c
diff options
context:
space:
mode:
authorEtienne CHAMPETIER <champetier.etienne@gmail.com>2015-08-27 01:26:46 +0200
committerJohn Crispin <blogic@openwrt.org>2015-10-07 11:08:00 +0200
commitbfd963313f155846b4f6269bbc76161f81e1e99f (patch)
treeb30ef0dc7685d038217095b19b1f81efe2a28442 /jail/elf.c
parent51201235db9dad9fe1823d9de46ed90f5e160fd0 (diff)
downloadunitd-bfd963313f155846b4f6269bbc76161f81e1e99f.tar
unitd-bfd963313f155846b4f6269bbc76161f81e1e99f.zip
jail: cleanup include
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Diffstat (limited to 'jail/elf.c')
-rw-r--r--jail/elf.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/jail/elf.c b/jail/elf.c
index c198599..cbb3051 100644
--- a/jail/elf.c
+++ b/jail/elf.c
@@ -12,33 +12,19 @@
*/
#define _GNU_SOURCE
-#include <sys/syscall.h>
#include <sys/mman.h>
-#include <sys/utsname.h>
-#include <sys/types.h>
-#include <sys/wait.h>
#include <stdlib.h>
#include <unistd.h>
-#include <sys/syscall.h>
-#include <sys/types.h>
-#include <sys/mount.h>
-#include <values.h>
-#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <fcntl.h>
-#include <syslog.h>
#include <libgen.h>
#include <glob.h>
#include <elf.h>
-#include <libubox/avl.h>
-#include <libubox/avl-cmp.h>
#include <libubox/utils.h>
-#include <libubox/list.h>
-#include <libubox/uloop.h>
#include "elf.h"