From 883a428e27936beee29c7ce638cb04ef4f8f44a5 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sun, 7 Apr 2019 15:39:58 +0100 Subject: [PATCH] Linux: remove include for util.h Linux doesn't require this header. --- spawn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spawn.c b/spawn.c index 37e2a7c4..7812696b 100644 --- a/spawn.c +++ b/spawn.c @@ -24,7 +24,6 @@ #include #include #include -#include #include "tmux.h"