aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas.adam@smoothwall.net>2013-03-25 16:09:34 +0000
committerThomas Adam <thomas.adam@smoothwall.net>2013-03-25 16:09:34 +0000
commit5f5d413408d026c1345d55bd48ef7d00788ab86d (patch)
tree8b751b3bd8f0ba1383e407ea3b3e3c6a741ac0ff
parent777edd02691cbcf6ae44d78c5577a1c3e25d4fed (diff)
downloadrtmux-5f5d413408d026c1345d55bd48ef7d00788ab86d.tar.gz
rtmux-5f5d413408d026c1345d55bd48ef7d00788ab86d.tar.bz2
rtmux-5f5d413408d026c1345d55bd48ef7d00788ab86d.zip
Remove compat/vis.h from cmd-save-buffer.
The include for compat.h in tmux.h takes care of this. BUG-ID: N/A
-rw-r--r--cmd-save-buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-save-buffer.c b/cmd-save-buffer.c
index 20102a44..52914a94 100644
--- a/cmd-save-buffer.c
+++ b/cmd-save-buffer.c
@@ -22,7 +22,6 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
-#include "compat/vis.h"
#include "tmux.h"