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
This commit is contained in:
Max Horn 2006-06-24 08:07:48 +00:00
parent 72a4747dd6
commit d210b19aec
41 changed files with 37 additions and 60 deletions

View file

@ -51,7 +51,7 @@
#define DETECTOR_TESTING_HACK
#ifdef DETECTOR_TESTING_HACK
#include "backends/fs/fs.h"
#include "common/fs.h"
#endif
namespace Base {