aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNicola Mettifogo2008-09-05 11:41:39 +0000
committerNicola Mettifogo2008-09-05 11:41:39 +0000
commit12106a159912055d77668f8436c1a1e87d6c0f4e (patch)
tree102603ccde53c12975cb3010cc37e34ad52bc025 /common
parent5c0b91397d559f0a62412a135324f974e50a18eb (diff)
downloadscummvm-rg350-12106a159912055d77668f8436c1a1e87d6c0f4e.tar.gz
scummvm-rg350-12106a159912055d77668f8436c1a1e87d6c0f4e.tar.bz2
scummvm-rg350-12106a159912055d77668f8436c1a1e87d6c0f4e.zip
Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers.
svn-id: r34343
Diffstat (limited to 'common')
-rw-r--r--common/system.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/system.cpp b/common/system.cpp
index 6ed9d46e12..d9bc027e91 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -126,10 +126,9 @@ FIXME: The config file loading code below needs to be cleaned up.
Port specific variants should be pushed into the respective ports.
Ideally, the default OSystem::openConfigFileForReading/Writing methods
- should be removed completely.
+ should be removed completely.
*/
-#include "common/file.h"
#ifdef __PLAYSTATION2__
#include "backends/platform/ps2/systemps2.h"