diff options
author | Paul Gilbert | 2019-10-22 18:55:55 -0700 |
---|---|---|
committer | Paul Gilbert | 2019-10-22 18:55:55 -0700 |
commit | 97c5755c49b4f93372cb391159e34af79c6d8307 (patch) | |
tree | da7b0c74b60a42ab3565bca2cf5036df7896d9e9 | |
parent | 7b3672517cb1953eea7cdeadf6bf3c4b38e59161 (diff) | |
download | scummvm-rg350-97c5755c49b4f93372cb391159e34af79c6d8307.tar.gz scummvm-rg350-97c5755c49b4f93372cb391159e34af79c6d8307.tar.bz2 scummvm-rg350-97c5755c49b4f93372cb391159e34af79c6d8307.zip |
GLK: Remove incorrect include. Thanks to ccawley2011
-rw-r--r-- | engines/glk/streams.cpp | 1 |
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" |