commit 03f9a91bf49ad10f8b93225de27bf8bf8d584090
parent b1d85f619641f884401f9dcb40bea4007fdb5fe7
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 16 Jul 2018 20:15:28 +0200
Cleanup headers
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -12,15 +12,11 @@
#define _GNU_SOURCE
#include <ansilove.h>
#include <err.h>
-#include <fcntl.h>
#include <getopt.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/mman.h>
-#include <sys/stat.h>
-#include <unistd.h>
#ifndef HAVE_PLEDGE
#include "pledge.h"