From: David Carlton Date: Tue, 10 Dec 2002 00:30:43 +0000 (+0000) Subject: 2002-12-09 David Carlton X-Git-Tag: gdb_6_0-branchpoint~424 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=808013d1f9d9deed64792433f5ce0ad4e2e45099;p=thirdparty%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 68771ca9663..61779df8bfb 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 fd008183ec2..154ecf68ffb 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 efd334f25e4..6fe2ff0816b 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"