diff options
Diffstat (limited to 'cmd-save-buffer.c')
-rw-r--r-- | cmd-save-buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-save-buffer.c b/cmd-save-buffer.c index 29f71837..52914a94 100644 --- a/cmd-save-buffer.c +++ b/cmd-save-buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD$ */ +/* $Id$ */ /* * Copyright (c) 2009 Tiago Cunha <me@tiagocunha.org> @@ -22,7 +22,6 @@ #include <errno.h> #include <stdlib.h> #include <string.h> -#include <vis.h> #include "tmux.h" |