From d210b19aec69d34711e5d473e6e4e5081955b02e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 24 Jun 2006 08:07:48 +0000 Subject: 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 --- engines/sky/sky.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sky') diff --git a/engines/sky/sky.cpp b/engines/sky/sky.cpp index 7c260445c5..9e589bf498 100644 --- a/engines/sky/sky.cpp +++ b/engines/sky/sky.cpp @@ -22,12 +22,11 @@ #include "common/stdafx.h" -#include "backends/fs/fs.h" - #include "base/plugins.h" #include "common/config-manager.h" #include "common/file.h" +#include "common/fs.h" #include "common/system.h" #include "common/timer.h" -- cgit v1.2.3