aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/OtherCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-29 18:05:33 +0100
committerMax Kellermann <max@duempel.org>2014-01-29 18:05:33 +0100
commita137f817f5e569211afdef0134c2179fdbad507f (patch)
tree048d41a57c352e8fc399aa400dc5fff3986ba147 /src/command/OtherCommands.cxx
parentff87145537f1d71388be8759688235a75fccf373 (diff)
downloadmpd-a137f817f5e569211afdef0134c2179fdbad507f.tar.gz
mpd-a137f817f5e569211afdef0134c2179fdbad507f.tar.xz
mpd-a137f817f5e569211afdef0134c2179fdbad507f.zip
db/Directory: move isRootDirectory() to Uri.hxx
Decouple command/OtherCommands.cxx from the "simple" database plugin.
Diffstat (limited to 'src/command/OtherCommands.cxx')
-rw-r--r--src/command/OtherCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/OtherCommands.cxx b/src/command/OtherCommands.cxx
index 359fa9fe3..f8976e561 100644
--- a/src/command/OtherCommands.cxx
+++ b/src/command/OtherCommands.cxx
@@ -22,7 +22,7 @@
#include "DatabaseCommands.hxx"
#include "db/update/UpdateGlue.hxx"
#include "CommandError.hxx"
-#include "db/Directory.hxx"
+#include "db/Uri.hxx"
#include "DetachedSong.hxx"
#include "SongPrint.hxx"
#include "TagPrint.hxx"