diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/config-manager.cpp | 1 | ||||
-rw-r--r-- | common/config-manager.h | 1 | ||||
-rw-r--r-- | common/rect.h | 1 | ||||
-rw-r--r-- | common/system.cpp | 1 |
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); |