aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.cpp
diff options
context:
space:
mode:
authorMax Horn2006-06-24 08:07:48 +0000
committerMax Horn2006-06-24 08:07:48 +0000
commitd210b19aec69d34711e5d473e6e4e5081955b02e (patch)
tree3346e4ab55138bffc74c614faf862bcff10b896c /engines/lure/lure.cpp
parent72a4747dd64461e4bca819f5a246c84518b7ff8d (diff)
downloadscummvm-rg350-d210b19aec69d34711e5d473e6e4e5081955b02e.tar.gz
scummvm-rg350-d210b19aec69d34711e5d473e6e4e5081955b02e.tar.bz2
scummvm-rg350-d210b19aec69d34711e5d473e6e4e5081955b02e.zip
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274
Diffstat (limited to 'engines/lure/lure.cpp')
-rw-r--r--engines/lure/lure.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp
index d60bf8b978..a80e4dff02 100644
--- a/engines/lure/lure.cpp
+++ b/engines/lure/lure.cpp
@@ -22,13 +22,12 @@
#include "common/stdafx.h"
-#include "backends/fs/fs.h"
-
#include "base/plugins.h"
#include "common/config-manager.h"
#include "common/endian.h"
#include "common/file.h"
+#include "common/fs.h"
#include "common/system.h"
#include "common/md5.h"