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