diff options
-rw-r--r-- | gui/launcher.h | 1 | ||||
-rw-r--r-- | gui/message.cpp | 1 | ||||
-rw-r--r-- | gui/options.h | 1 | ||||
-rw-r--r-- | scumm/resource.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/gui/launcher.h b/gui/launcher.h index d20fcfe7f7..8823048174 100644 --- a/gui/launcher.h +++ b/gui/launcher.h @@ -23,7 +23,6 @@ #include "gui/dialog.h" #include "common/str.h" -#include "common/list.h" class GameDetector; diff --git a/gui/message.cpp b/gui/message.cpp index f73da74967..206f145cdf 100644 --- a/gui/message.cpp +++ b/gui/message.cpp @@ -20,7 +20,6 @@ #include "stdafx.h" #include "common/str.h" -#include "common/list.h" #include "gui/message.h" #include "gui/newgui.h" #include "gui/widget.h" diff --git a/gui/options.h b/gui/options.h index cda1e82641..9f6c6bf852 100644 --- a/gui/options.h +++ b/gui/options.h @@ -23,7 +23,6 @@ #include "gui/dialog.h" #include "common/str.h" -#include "common/list.h" class GameDetector; diff --git a/scumm/resource.cpp b/scumm/resource.cpp index dd7c311732..9e02014a2f 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -21,7 +21,6 @@ */ #include "stdafx.h" -#include "common/map.h" #include "common/str.h" #include "scumm/dialogs.h" #include "scumm/imuse.h" |