diff --git a/tty-term.c b/tty-term.c index 9305c5d5e..a8cd5fd10 100644 --- a/tty-term.c +++ b/tty-term.c @@ -1,4 +1,4 @@ -/* $Id: tty-term.c,v 1.38 2009-11-28 14:42:21 tcunha Exp $ */ +/* $Id: tty-term.c,v 1.39 2009-12-03 14:33:27 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -18,16 +18,15 @@ #include -#include -#include -#include -#include - #ifdef HAVE_BROKEN_CURSES_H #include #else #include #endif +#include +#include +#include +#include #include "tmux.h"