From 808013d1f9d9deed64792433f5ce0ad4e2e45099 Mon Sep 17 00:00:00 2001 From: David Carlton Date: Tue, 10 Dec 2002 00:30:43 +0000 Subject: 2002-12-09 David Carlton * cli/cli-setshow.c: #include after defs.h. * cli/cli-cmds.c: Ditto. --- gdb/cli/cli-cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cli/cli-cmds.c') diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index fd00818..154ecf6 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 */ -- cgit v1.1