Remove usesless readline compat includes which will reinclude readline.h

itself.

This simplifies the upcoming update to newer libedit.
This commit is contained in:
Baptiste Daroussin 2019-09-12 08:54:48 +00:00
parent 798c0c0b01
commit d3a4d55866
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352242
6 changed files with 0 additions and 6 deletions

View file

@ -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 */

View file

@ -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"

View file

@ -34,7 +34,6 @@
/* readline include files */
#include "readline/readline.h"
#include "readline/history.h"
/* readline defines this. */
#undef savestring

View file

@ -48,7 +48,6 @@
/* readline include files */
#include "readline/readline.h"
#include "readline/history.h"
/* readline defines this. */
#undef savestring

View file

@ -45,7 +45,6 @@
/* readline include files */
#include "readline/readline.h"
#include "readline/history.h"
/* readline defines this. */
#undef savestring

View file

@ -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>