From 3deb17e84164f285d9bf6be7c373444431f137c1 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 9 Aug 2009 15:29:54 +0000 Subject: [PATCH] Do not include vis.h directly, since it's OS-dependent. --- tty-term.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tty-term.c b/tty-term.c index 09c249fd..45e7e7f8 100644 --- a/tty-term.c +++ b/tty-term.c @@ -1,4 +1,4 @@ -/* $Id: tty-term.c,v 1.25 2009-08-09 15:26:24 tcunha Exp $ */ +/* $Id: tty-term.c,v 1.26 2009-08-09 15:29:54 tcunha Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -23,7 +23,6 @@ #include #include #include -#include #include "tmux.h"