From 4ee581adb5f732c9d1af3d362210b9bd00ecc034 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 4 Aug 2006 17:47:57 +0000 Subject: Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) svn-id: r23666 --- common/config-manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/config-manager.cpp') diff --git a/common/config-manager.cpp b/common/config-manager.cpp index 1f79c22c07..354a48e031 100644 --- a/common/config-manager.cpp +++ b/common/config-manager.cpp @@ -30,7 +30,7 @@ DECLARE_SINGLETON(Common::ConfigManager); #ifdef __PLAYSTATION2__ -#include "backends/ps2/systemps2.h" +#include "backends/platform/ps2/systemps2.h" #endif #if defined(UNIX) -- cgit v1.2.3