* cli/cli-setshow.c: #include <readline/tilde.h> after defs.h.
	* cli/cli-cmds.c: Ditto.
+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
 
    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 */
 
    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"