aboutsummaryrefslogtreecommitdiff
path: root/i3-msg
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-msg
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-msg')
-rw-r--r--i3-msg/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/i3-msg/main.c b/i3-msg/main.c
index dd72bd56..0b0ef4e3 100644
--- a/i3-msg/main.c
+++ b/i3-msg/main.c
@@ -17,24 +17,16 @@
#include "libi3.h"
#include <err.h>
-#include <errno.h>
#include <getopt.h>
#include <i3/ipc.h>
-#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/socket.h>
-#include <sys/types.h>
-#include <sys/un.h>
#include <unistd.h>
-#include <xcb/xcb.h>
-#include <xcb/xcb_aux.h>
#include <yajl/yajl_parse.h>
-#include <yajl/yajl_version.h>
/*
* Having verboselog() and errorlog() is necessary when using libi3.