aboutsummaryrefslogtreecommitdiff
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
parent76688d204071b76fd3388e46e944e4b917c09625 (diff)
downloadrtmux-fe536457cca384fdaa5fcf80236404cfaafc38f9.tar.gz
rtmux-fe536457cca384fdaa5fcf80236404cfaafc38f9.tar.bz2
rtmux-fe536457cca384fdaa5fcf80236404cfaafc38f9.zip
Fix includes
Let compat/ work out the includes; otherwise works on OpenBSD.
-rw-r--r--cfg.c1
-rw-r--r--log.c1
2 files changed, 0 insertions, 2 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"
diff --git a/log.c b/log.c
index 2acc6f0e..b0b22460 100644
--- a/log.c
+++ b/log.c
@@ -23,7 +23,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <vis.h>
#include "tmux.h"