X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fmemfd-util.h;h=3ed551fb372874971d7815f8505cc23e76877527;hp=cf588fe02f4fcf29ecaa707a19239fca739b2bdf;hb=e777ddfd71f3b2d3217ffe74f287388832915d0b;hpb=a09abc4ae0bdc0200324eaa0416f23ff2170ec4e 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 . ***/ -#include -#include -#include -#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);