diff options
author | Thomas Adam <thomas.adam@smoothwall.net> | 2013-03-25 16:09:34 +0000 |
---|---|---|
committer | Thomas Adam <thomas.adam@smoothwall.net> | 2013-03-25 16:09:34 +0000 |
commit | 5f5d413408d026c1345d55bd48ef7d00788ab86d (patch) | |
tree | 8b751b3bd8f0ba1383e407ea3b3e3c6a741ac0ff | |
parent | 777edd02691cbcf6ae44d78c5577a1c3e25d4fed (diff) | |
download | rtmux-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.c | 1 |
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" |