From: David Carlton Date: Tue, 10 Dec 2002 00:30:43 +0000 (+0000) Subject: 2002-12-09 David Carlton X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=808013d1f9d9deed64792433f5ce0ad4e2e45099;p=deliverable%2Fbinutils-gdb.git 2002-12-09 David Carlton * cli/cli-setshow.c: #include after defs.h. * cli/cli-cmds.c: Ditto. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 68771ca966..61779df8bf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-12-09 David Carlton + + * cli/cli-setshow.c: #include after defs.h. + * cli/cli-cmds.c: Ditto. + 2002-12-09 Andrew Cagney * gdbarch.sh (gdbarch_dump): Print NAME_OF_MALLOC using %s. Wrap diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index fd008183ec..154ecf68ff 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -19,8 +19,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include "defs.h" +#include #include "completer.h" #include "target.h" /* For baud_rate, remote_debug and remote_timeout */ #include "gdb_wait.h" /* For shell escape implementation */ diff --git a/gdb/cli/cli-setshow.c b/gdb/cli/cli-setshow.c index efd334f25e..6fe2ff0816 100644 --- a/gdb/cli/cli-setshow.c +++ b/gdb/cli/cli-setshow.c @@ -17,8 +17,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include "defs.h" +#include #include "value.h" #include #include "gdb_string.h"