diff options
author | Max Kellermann <max@duempel.org> | 2014-02-05 19:24:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-05 19:26:21 +0100 |
commit | c8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6 (patch) | |
tree | b2c19469c77143cce90631a20caf2d3ad2b5812d /src/Main.cxx | |
parent | f6682aae774abff6ecd41a3927addb40f96c4ec7 (diff) | |
download | mpd-c8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6.tar.gz mpd-c8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6.tar.xz mpd-c8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6.zip |
storage/local: move to src/storage/plugins/
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 108c0abcb..65993ea8e 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -69,7 +69,7 @@ #include "db/DatabaseGlue.hxx" #include "db/DatabaseSimple.hxx" #include "db/plugins/SimpleDatabasePlugin.hxx" -#include "storage/LocalStorage.hxx" +#include "storage/plugins/LocalStorage.hxx" #endif #ifdef ENABLE_NEIGHBOR_PLUGINS |