From 5f5d413408d026c1345d55bd48ef7d00788ab86d Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Mon, 25 Mar 2013 16:09:34 +0000 Subject: [PATCH] Remove compat/vis.h from cmd-save-buffer. The include for compat.h in tmux.h takes care of this. BUG-ID: N/A --- cmd-save-buffer.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include "compat/vis.h" #include "tmux.h"