chiark / gitweb /
remove unused includes
[elogind.git] / src / shared / memfd-util.h
index cf588fe02f4fcf29ecaa707a19239fca739b2bdf..3ed551fb372874971d7815f8505cc23e76877527 100644 (file)
   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);