aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-04-07 15:39:58 +0100
committerThomas Adam <thomas@xteddy.org>2019-04-07 15:39:58 +0100
commit883a428e27936beee29c7ce638cb04ef4f8f44a5 (patch)
treef5dacb1fafcc39384f687ec32b7c7ebd7ce30d88
parente44e2c48dd38e02bccdcdfcf6d64aa63043ddff3 (diff)
downloadrtmux-883a428e27936beee29c7ce638cb04ef4f8f44a5.tar.gz
rtmux-883a428e27936beee29c7ce638cb04ef4f8f44a5.tar.bz2
rtmux-883a428e27936beee29c7ce638cb04ef4f8f44a5.zip
Linux: remove include for util.h
Linux doesn't require this header.
-rw-r--r--spawn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/spawn.c b/spawn.c
index 37e2a7c4..7812696b 100644
--- a/spawn.c
+++ b/spawn.c
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <util.h>
#include "tmux.h"