summaryrefslogtreecommitdiff
path: root/src/ui-cmdwin.c
diff options
context:
space:
mode:
authorJoshua Judson Rosen2017-03-31 05:28:00 -0400
committerJoshua Judson Rosen2017-04-01 16:01:10 -0400
commit582d3bf96bc0ff3e3b242536d2433a8ed8d01e40 (patch)
treeeb4fbff18395ca0e9e90250c00a4e62847912dbc /src/ui-cmdwin.c
parentconfigure: check for GLib from beyond the g_type_init era (diff)
downloadgnurobots-582d3bf96bc0ff3e3b242536d2433a8ed8d01e40.tar.gz
Drop undocumented readline dependency
Yet another of the niceties that comes out of just using guile's REPL is that readline support is just figured out when building guile; so by the time gnurobots is being built, readline support is either there or it isn't--and even if our guile isn't readline-enabled, we can still just run without readline (though, in practice, I don't think I've ever seen a build of guile in the last 15 years that didn't have readline...).
Diffstat (limited to 'src/ui-cmdwin.c')
-rw-r--r--src/ui-cmdwin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui-cmdwin.c b/src/ui-cmdwin.c
index 003b845..f48e72f 100644
--- a/src/ui-cmdwin.c
+++ b/src/ui-cmdwin.c
@@ -22,8 +22,6 @@
#include <pty.h>
#include <vte/vte.h>
-#include <readline/readline.h>
-#include <history.h>
struct _UICmdWinPrivate
{