diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-04-07 15:39:58 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-04-07 15:39:58 +0100 |
commit | 883a428e27936beee29c7ce638cb04ef4f8f44a5 (patch) | |
tree | f5dacb1fafcc39384f687ec32b7c7ebd7ce30d88 /spawn.c | |
parent | e44e2c48dd38e02bccdcdfcf6d64aa63043ddff3 (diff) | |
download | rtmux-883a428e27936beee29c7ce638cb04ef4f8f44a5.tar.gz rtmux-883a428e27936beee29c7ce638cb04ef4f8f44a5.tar.bz2 rtmux-883a428e27936beee29c7ce638cb04ef4f8f44a5.zip |
Linux: remove include for util.h
Linux doesn't require this header.
Diffstat (limited to 'spawn.c')
-rw-r--r-- | spawn.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <util.h> #include "tmux.h" |