diff options
Diffstat (limited to 'gdb/tui/tuiDataWin.c')
-rw-r--r-- | gdb/tui/tuiDataWin.c | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/gdb/tui/tuiDataWin.c b/gdb/tui/tuiDataWin.c index e729afc7f72..f3bedd2d6b9 100644 --- a/gdb/tui/tuiDataWin.c +++ b/gdb/tui/tuiDataWin.c @@ -1,6 +1,6 @@ /* Data/register window display. - Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, + Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. @@ -22,15 +22,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* FIXME: cagney/2002-02-28: The GDB coding standard indicates that - "defs.h" should be included first. Unfortunatly some systems - (currently Debian GNU/Linux) include the <stdbool.h> via <curses.h> - and they clash with "bfd.h"'s definiton of true/false. The correct - fix is to remove true/false from "bfd.h", however, until that - happens, hack around it by including "config.h" and <curses.h> - first. */ +#include "defs.h" +#include "tui.h" +#include "tuiData.h" +#include "tuiGeneralWin.h" +#include "tuiRegs.h" -#include "config.h" #ifdef HAVE_NCURSES_H #include <ncurses.h> #else @@ -39,12 +36,6 @@ #endif #endif -#include "defs.h" -#include "tui.h" -#include "tuiData.h" -#include "tuiGeneralWin.h" -#include "tuiRegs.h" - /***************************************** ** STATIC LOCAL FUNCTIONS FORWARD DECLS ** |