summaryrefslogtreecommitdiff
path: root/src/shared/memfd-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/memfd-util.h')
-rw-r--r--src/shared/memfd-util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shared/memfd-util.h b/src/shared/memfd-util.h
index cf588fe02..3ed551fb3 100644
--- a/src/shared/memfd-util.h
+++ b/src/shared/memfd-util.h
@@ -21,12 +21,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <inttypes.h>
-#include <sys/types.h>
-#include <stdio.h>
-#include "macro.h"
-#include "util.h"
int memfd_new(const char *name);
int memfd_new_and_map(const char *name, size_t sz, void **p);