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:
parent
72a4747dd6
commit
d210b19aec
41 changed files with 37 additions and 60 deletions
|
@ -51,7 +51,7 @@
|
|||
#define DETECTOR_TESTING_HACK
|
||||
|
||||
#ifdef DETECTOR_TESTING_HACK
|
||||
#include "backends/fs/fs.h"
|
||||
#include "common/fs.h"
|
||||
#endif
|
||||
|
||||
namespace Base {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue