aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2005-01-10 22:35:43 +0000
committerMax Horn2005-01-10 22:35:43 +0000
commit5c48717dd254d4d6348631d4a7e62f27f4ee5b40 (patch)
treea988a5834b27a7e59b156ceecb606f6c702df9fb /common
parent6f6668ce21ea4ac8554a0b0c9de55a8683b0d81d (diff)
downloadscummvm-rg350-5c48717dd254d4d6348631d4a7e62f27f4ee5b40.tar.gz
scummvm-rg350-5c48717dd254d4d6348631d4a7e62f27f4ee5b40.tar.bz2
scummvm-rg350-5c48717dd254d4d6348631d4a7e62f27f4ee5b40.zip
Remove some more header dependencies
svn-id: r16530
Diffstat (limited to 'common')
-rw-r--r--common/config-manager.cpp1
-rw-r--r--common/config-manager.h1
-rw-r--r--common/rect.h1
-rw-r--r--common/system.cpp1
4 files changed, 2 insertions, 2 deletions
diff --git a/common/config-manager.cpp b/common/config-manager.cpp
index 85b1c5e328..8e98f374cd 100644
--- a/common/config-manager.cpp
+++ b/common/config-manager.cpp
@@ -23,6 +23,7 @@
#include "stdafx.h"
#include "common/config-manager.h"
+#include "common/util.h"
DECLARE_SINGLETON(Common::ConfigManager);
diff --git a/common/config-manager.h b/common/config-manager.h
index e23d211348..67962239cb 100644
--- a/common/config-manager.h
+++ b/common/config-manager.h
@@ -27,7 +27,6 @@
#include "common/map.h"
#include "common/singleton.h"
#include "common/str.h"
-#include "common/util.h"
namespace Common {
diff --git a/common/rect.h b/common/rect.h
index 66c7be738f..bc70153ae4 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -23,7 +23,6 @@
#define COMMON_RECT_H
#include "common/scummsys.h"
-#include "common/util.h"
namespace Common {
diff --git a/common/system.cpp b/common/system.cpp
index 28abb27a61..0168cf482c 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -31,6 +31,7 @@
#include "common/config-manager.h"
#include "common/savefile.h"
#include "common/system.h"
+#include "common/util.h"
DECLARE_SINGLETON(OSystem);