diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-08-09 15:29:54 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-08-09 15:29:54 +0000 |
commit | 3deb17e84164f285d9bf6be7c373444431f137c1 (patch) | |
tree | 18189f7f6b6e5357569d5218c5eddd5bbe98a25d | |
parent | 15f6a41a753196bd59607f1ca0ea082608bbc3eb (diff) | |
download | rtmux-3deb17e84164f285d9bf6be7c373444431f137c1.tar.gz rtmux-3deb17e84164f285d9bf6be7c373444431f137c1.tar.bz2 rtmux-3deb17e84164f285d9bf6be7c373444431f137c1.zip |
Do not include vis.h directly, since it's OS-dependent.
-rw-r--r-- | tty-term.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 <nicm@users.sourceforge.net> @@ -23,7 +23,6 @@ #include <stdlib.h> #include <string.h> #include <term.h> -#include <vis.h> #include "tmux.h" |