aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-29 05:40:05 +0000
committerSam James <sam@gentoo.org>2023-01-29 05:56:32 +0000
commit755a512e6a3c2b015b8d54dc98f2f48bb9dd3971 (patch)
treedb89c83c7bf0972b80df309bb8f04bb14d08fd73 /paxelf.h
parent.github: add Alpine CI (diff)
downloadpax-utils-755a512e6a3c2b015b8d54dc98f2f48bb9dd3971.tar.gz
pax-utils-755a512e6a3c2b015b8d54dc98f2f48bb9dd3971.tar.bz2
pax-utils-755a512e6a3c2b015b8d54dc98f2f48bb9dd3971.zip
Undo IWYU fixes
I wasn't paying enough attention, it's better to just fold the needed bits into porting.h. This reverts commit ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee. This reverts commit f8287200aec0ca33ef07fafcdd5aef0aa6eb1306. This reverts commit aa907a42d89ddfd5a7e64d8182a1da35277f2f6e. Bug: https://github.com/gentoo/pax-utils/pull/11#issuecomment-1407566344 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'paxelf.h')
-rw-r--r--paxelf.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/paxelf.h b/paxelf.h
index 31ef298..f252969 100644
--- a/paxelf.h
+++ b/paxelf.h
@@ -11,13 +11,6 @@
#ifndef _PAX_ELF_H
#define _PAX_ELF_H
-#include <stddef.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <sys/types.h>
-
-#include "elf.h"
-
typedef struct {
const void *phdr;
const void *shdr;