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 68771ca9663c9b591235a498808a2afdaaff8f3a..61779df8bfb51bb98047a89e88b5354e1303941d 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 fd008183ec27927d72a81d8cae49de1f36b64707..154ecf68ffbedfa0cf2ceb34d6ed1837d3396a57 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 efd334f25e4dfde1751bc89d5afae3a7d7349f33..6fe2ff0816ba2c7d67f8626a7343b67cf88a6669 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"
This page took 0.031055 seconds and 4 git commands to generate.