diff options
author | Max Horn | 2006-06-24 08:07:48 +0000 |
---|---|---|
committer | Max Horn | 2006-06-24 08:07:48 +0000 |
commit | d210b19aec69d34711e5d473e6e4e5081955b02e (patch) | |
tree | 3346e4ab55138bffc74c614faf862bcff10b896c /backends/fs/gp32 | |
parent | 72a4747dd64461e4bca819f5a246c84518b7ff8d (diff) | |
download | scummvm-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 'backends/fs/gp32')
-rw-r--r-- | backends/fs/gp32/gp32-fs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/fs/gp32/gp32-fs.cpp b/backends/fs/gp32/gp32-fs.cpp index 41900f71f6..9e59a8ccdd 100644 --- a/backends/fs/gp32/gp32-fs.cpp +++ b/backends/fs/gp32/gp32-fs.cpp @@ -26,7 +26,6 @@ #include "stdafx.h" #include "backends/fs/abstract-fs.h" -#include "backends/fs/fs.h" class GP32FilesystemNode : public AbstractFilesystemNode { protected: |