Remove unused headers

With help from
https://github.com/include-what-you-use/include-what-you-use/
This commit is contained in:
Orestis Floros
2020-04-19 11:12:39 +02:00
parent 3c522d9f2f
commit 0b62129224
39 changed files with 3 additions and 137 deletions

View File

@ -13,11 +13,9 @@
#include "shmlog.h"
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
#include <i3/ipc.h>
#include <limits.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
@ -25,10 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/un.h>
#include <unistd.h>
#if !defined(__OpenBSD__)