diff options
author | Max Kellermann <max@duempel.org> | 2014-02-26 09:17:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-26 09:17:41 +0100 |
commit | 4d73e4d605a8abecff28b7e8c015d252b25954a9 (patch) | |
tree | 3b563de109eef41acf1cd3c2bd84cdee9b465f8b /src/Main.cxx | |
parent | d86cc5bf42bc22e1903f0d1fada5282e7ec9ac89 (diff) | |
download | mpd-4d73e4d605a8abecff28b7e8c015d252b25954a9.tar.gz mpd-4d73e4d605a8abecff28b7e8c015d252b25954a9.tar.xz mpd-4d73e4d605a8abecff28b7e8c015d252b25954a9.zip |
db/simple: create dedicated directory
Diffstat (limited to '')
-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 4c7c6d97c..4b161fd6b 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -69,7 +69,7 @@ #include "db/update/Service.hxx" #include "db/Configured.hxx" #include "db/DatabasePlugin.hxx" -#include "db/plugins/SimpleDatabasePlugin.hxx" +#include "db/plugins/simple/SimpleDatabasePlugin.hxx" #include "storage/Configured.hxx" #include "storage/CompositeStorage.hxx" #ifdef ENABLE_INOTIFY |