aboutsummaryrefslogtreecommitdiff
path: root/elfparse.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2018-01-24 08:59:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-24 08:59:58 +0000
commit87dbedeba05d969f0136d9a4cc677a9a177a6aee (patch)
tree10e73580ded2d55cf50208ee757faf09a9fba9f1 /elfparse.h
parent7f5d8558dba7935467f1694f9114d8ee6d901704 (diff)
parent37c8e3c55c1c96b49a56012d10f7f0b356e7bfd9 (diff)
downloadminijail-87dbedeba05d969f0136d9a4cc677a9a177a6aee.tar.gz
move elfparse includes to the module itself
am: 37c8e3c55c Change-Id: Iddebc9c1a3305204aa1a33bcc505158e9d5ceaa8
Diffstat (limited to 'elfparse.h')
-rw-r--r--elfparse.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/elfparse.h b/elfparse.h
index 599eb11..4fdd0a1 100644
--- a/elfparse.h
+++ b/elfparse.h
@@ -9,13 +9,7 @@
#ifndef _ELFPARSE_H_
#define _ELFPARSE_H_
-#include <stdio.h>
-#include <stdlib.h>
#include <elf.h>
-#include <unistd.h>
-#include <stdint.h>
-#include <endian.h>
-#include <string.h>
/*
* These structs come from elf.h