aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
diff options
context:
space:
mode:
authorPaul Gilbert2019-10-22 18:55:55 -0700
committerPaul Gilbert2019-10-22 18:55:55 -0700
commit97c5755c49b4f93372cb391159e34af79c6d8307 (patch)
treeda7b0c74b60a42ab3565bca2cf5036df7896d9e9 /engines/glk
parent7b3672517cb1953eea7cdeadf6bf3c4b38e59161 (diff)
downloadscummvm-rg350-97c5755c49b4f93372cb391159e34af79c6d8307.tar.gz
scummvm-rg350-97c5755c49b4f93372cb391159e34af79c6d8307.tar.bz2
scummvm-rg350-97c5755c49b4f93372cb391159e34af79c6d8307.zip
GLK: Remove incorrect include. Thanks to ccawley2011
Diffstat (limited to 'engines/glk')
-rw-r--r--engines/glk/streams.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/glk/streams.cpp b/engines/glk/streams.cpp
index 5a739b3240..b09fce79d3 100644
--- a/engines/glk/streams.cpp
+++ b/engines/glk/streams.cpp
@@ -25,7 +25,6 @@
#include "glk/events.h"
#include "glk/glk.h"
#include "glk/windows.h"
-#include "glk/frotz/detection.h"
#include "gui/saveload.h"
#include "common/file.h"
#include "common/savefile.h"