summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-09-06 21:29:36 +0100
committerThomas Adam <thomas@xteddy.org>2015-09-06 21:29:36 +0100
commitfe536457cca384fdaa5fcf80236404cfaafc38f9 (patch)
treee2e4c050fe87253eb5888590038140257216c7a2 /cfg.c
parent76688d204071b76fd3388e46e944e4b917c09625 (diff)
Fix includes
Let compat/ work out the includes; otherwise works on OpenBSD.
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index ecb38fc0..9548f582 100644
--- a/cfg.c
+++ b/cfg.c
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <util.h>
#include "tmux.h"