2002-12-09 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Tue, 10 Dec 2002 00:30:43 +0000 (00:30 +0000)
committerDavid Carlton <carlton@bactrian.org>
Tue, 10 Dec 2002 00:30:43 +0000 (00:30 +0000)
* cli/cli-setshow.c: #include <readline/tilde.h> after defs.h.
* cli/cli-cmds.c: Ditto.

gdb/ChangeLog
gdb/cli/cli-cmds.c
gdb/cli/cli-setshow.c

index 68771ca..61779df 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-09  David Carlton  <carlton@math.stanford.edu>
+
+       * cli/cli-setshow.c: #include <readline/tilde.h> after defs.h.
+       * cli/cli-cmds.c: Ditto.
+
 2002-12-09  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (gdbarch_dump): Print NAME_OF_MALLOC using %s.  Wrap
index fd00818..154ecf6 100644 (file)
@@ -19,8 +19,8 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <readline/tilde.h>
 #include "defs.h"
+#include <readline/tilde.h>
 #include "completer.h"
 #include "target.h"     /* For baud_rate, remote_debug and remote_timeout */
 #include "gdb_wait.h"          /* For shell escape implementation */
index efd334f..6fe2ff0 100644 (file)
@@ -17,8 +17,8 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <readline/tilde.h>
 #include "defs.h"
+#include <readline/tilde.h>
 #include "value.h"
 #include <ctype.h>
 #include "gdb_string.h"