aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-02-05 11:59:06 +0000
committerMax Horn2004-02-05 11:59:06 +0000
commit407c489cc4bd3f5849bdda47d95783d6af5d1b61 (patch)
tree4ae717a9d9dc8b6a724f14583b4cfa82a001f80d
parentb2e7d9ed0076eafe498c69dcbad00a6fe91188e1 (diff)
downloadscummvm-rg350-407c489cc4bd3f5849bdda47d95783d6af5d1b61.tar.gz
scummvm-rg350-407c489cc4bd3f5849bdda47d95783d6af5d1b61.tar.bz2
scummvm-rg350-407c489cc4bd3f5849bdda47d95783d6af5d1b61.zip
removed obsolete #include's
svn-id: r12729
-rw-r--r--gui/launcher.h1
-rw-r--r--gui/message.cpp1
-rw-r--r--gui/options.h1
-rw-r--r--scumm/resource.cpp1
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"