aboutsummaryrefslogtreecommitdiff
path: root/i3-dump-log
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2020-04-19 11:12:39 +0200
committerOrestis Floros <orestisflo@gmail.com>2020-04-20 04:25:06 +0200
commit0b621292246f2736eeed82ef106f64749c058f68 (patch)
tree11f947fa28befe509aed7de2595117151252ad81 /i3-dump-log
parent3c522d9f2f2b7a58952f219598d5e2df4e0e5334 (diff)
downloadi3-0b621292246f2736eeed82ef106f64749c058f68.tar.gz
i3-0b621292246f2736eeed82ef106f64749c058f68.zip
Remove unused headers
With help from https://github.com/include-what-you-use/include-what-you-use/
Diffstat (limited to 'i3-dump-log')
-rw-r--r--i3-dump-log/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/i3-dump-log/main.c b/i3-dump-log/main.c
index e55f1d3c..e58b0c37 100644
--- a/i3-dump-log/main.c
+++ b/i3-dump-log/main.c
@@ -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__)