diff options
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/tui.c | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c index 4d1e55b..2c12621 100644 --- a/gdb/tui/tui.c +++ b/gdb/tui/tui.c @@ -22,18 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <stdio.h> -#include <stdlib.h> -#include <ctype.h> -#ifdef HAVE_TERM_H -#include <term.h> -#endif -#include <signal.h> -#include <fcntl.h> -#if 0 -#include <termio.h> -#endif -#include <setjmp.h> #include "defs.h" #include "gdbcmd.h" #include "tui/tui.h" @@ -54,6 +42,19 @@ #include "symtab.h" #include "source.h" +#include <stdio.h> +#include <stdlib.h> +#include <ctype.h> +#ifdef HAVE_TERM_H +#include <term.h> +#endif +#include <signal.h> +#include <fcntl.h> +#if 0 +#include <termio.h> +#endif +#include <setjmp.h> + #include "gdb_curses.h" /* Tells whether the TUI is active or not. */ |