summaryrefslogtreecommitdiffstats
path: root/log.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 /log.c
parent76688d204071b76fd3388e46e944e4b917c09625 (diff)
Fix includes
Let compat/ work out the includes; otherwise works on OpenBSD.
Diffstat (limited to 'log.c')
-rw-r--r--log.c1
1 files changed, 0 insertions, 1 deletions
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"