Remove usesless readline compat includes which will reinclude readline.h
itself. This simplifies the upcoming update to newer libedit.
This commit is contained in:
parent
798c0c0b01
commit
d3a4d55866
@ -21,7 +21,6 @@
|
||||
|
||||
#include "defs.h"
|
||||
#include "readline/readline.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 */
|
||||
|
@ -18,7 +18,6 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "defs.h"
|
||||
#include "readline/tilde.h"
|
||||
#include "value.h"
|
||||
#include <ctype.h>
|
||||
#include "gdb_string.h"
|
||||
|
@ -34,7 +34,6 @@
|
||||
|
||||
/* readline include files */
|
||||
#include "readline/readline.h"
|
||||
#include "readline/history.h"
|
||||
|
||||
/* readline defines this. */
|
||||
#undef savestring
|
||||
|
@ -48,7 +48,6 @@
|
||||
|
||||
/* readline include files */
|
||||
#include "readline/readline.h"
|
||||
#include "readline/history.h"
|
||||
|
||||
/* readline defines this. */
|
||||
#undef savestring
|
||||
|
@ -45,7 +45,6 @@
|
||||
|
||||
/* readline include files */
|
||||
#include "readline/readline.h"
|
||||
#include "readline/history.h"
|
||||
|
||||
/* readline defines this. */
|
||||
#undef savestring
|
||||
|
@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <defs.h>
|
||||
#include <readline/readline.h>
|
||||
#include <readline/tilde.h>
|
||||
#include <command.h>
|
||||
#include <exec.h>
|
||||
#include <frame-unwind.h>
|
||||
|
Loading…
Reference in New Issue
Block a user