aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorDenis Krjuchkov <denis@crazydev.net>2013-12-07 03:22:58 +0600
committerDenis Krjuchkov <denis@crazydev.net>2013-12-08 04:15:27 +0600
commitacba9c0f6170b34e2a1c08b2b767554bc65cb5b4 (patch)
treed777229b12d3501d5f059bac0f98224efe675036 /src/db
parentad7302a032847636d6462946a662f441bdfaaf56 (diff)
downloadmpd-acba9c0f6170b34e2a1c08b2b767554bc65cb5b4.tar.gz
mpd-acba9c0f6170b34e2a1c08b2b767554bc65cb5b4.tar.xz
mpd-acba9c0f6170b34e2a1c08b2b767554bc65cb5b4.zip
TextFile: move to fs subsystem
Diffstat (limited to 'src/db')
-rw-r--r--src/db/SimpleDatabasePlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/SimpleDatabasePlugin.cxx b/src/db/SimpleDatabasePlugin.cxx
index d0075ebb4..7fc66ed67 100644
--- a/src/db/SimpleDatabasePlugin.cxx
+++ b/src/db/SimpleDatabasePlugin.cxx
@@ -26,7 +26,7 @@
#include "DatabaseSave.hxx"
#include "DatabaseLock.hxx"
#include "DatabaseError.hxx"
-#include "TextFile.hxx"
+#include "fs/TextFile.hxx"
#include "ConfigData.hxx"
#include "fs/FileSystem.hxx"
#include "util/Error.hxx"