aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/debug.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-03 22:00:05 -0700
committerPaul Gilbert2019-07-06 15:27:09 -0700
commitb634a97f41877b233a654dc204a2c9760f9ad2f6 (patch)
tree48dfb80f4f345a3070c8c40b5a0d05ee89684e18 /engines/glk/alan3/debug.cpp
parentefdf25b3d28113b01e18ef0c69221194a1100e9e (diff)
downloadscummvm-rg350-b634a97f41877b233a654dc204a2c9760f9ad2f6.tar.gz
scummvm-rg350-b634a97f41877b233a654dc204a2c9760f9ad2f6.tar.bz2
scummvm-rg350-b634a97f41877b233a654dc204a2c9760f9ad2f6.zip
GLK: ALAN3: Move readline.cpp into glkio.cpp
Diffstat (limited to 'engines/glk/alan3/debug.cpp')
-rw-r--r--engines/glk/alan3/debug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/glk/alan3/debug.cpp b/engines/glk/alan3/debug.cpp
index ec28d30772..94f5bb4a96 100644
--- a/engines/glk/alan3/debug.cpp
+++ b/engines/glk/alan3/debug.cpp
@@ -36,7 +36,6 @@
#include "glk/alan3/memory.h"
#include "glk/alan3/options.h"
#include "glk/alan3/output.h"
-#include "glk/alan3/readline.h"
#include "glk/alan3/sysdep.h"
#include "glk/alan3/utils.h"
#include "glk/streams.h"