summaryrefslogtreecommitdiff
path: root/klibc/include/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/include/elf.h')
-rw-r--r--klibc/include/elf.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/klibc/include/elf.h b/klibc/include/elf.h
deleted file mode 100644
index 52f47d042e..0000000000
--- a/klibc/include/elf.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * elf.h
- */
-
-#ifndef _ELF_H
-#define _ELF_H
-
-#include <sys/elf32.h>
-#include <sys/elf64.h>
-
-#endif /* _ELF_H */
-