aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins/LocalStorage.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-05 19:24:59 +0100
committerMax Kellermann <max@duempel.org>2014-02-05 19:26:21 +0100
commitc8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6 (patch)
treeb2c19469c77143cce90631a20caf2d3ad2b5812d /src/storage/plugins/LocalStorage.cxx
parentf6682aae774abff6ecd41a3927addb40f96c4ec7 (diff)
downloadmpd-c8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6.tar.gz
mpd-c8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6.tar.xz
mpd-c8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6.zip
storage/local: move to src/storage/plugins/
Diffstat (limited to '')
-rw-r--r--src/storage/plugins/LocalStorage.cxx (renamed from src/storage/LocalStorage.cxx)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/LocalStorage.cxx b/src/storage/plugins/LocalStorage.cxx
index f0a1726e0..f06e447b5 100644
--- a/src/storage/LocalStorage.cxx
+++ b/src/storage/plugins/LocalStorage.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "LocalStorage.hxx"
-#include "FileInfo.hxx"
+#include "storage/FileInfo.hxx"
#include "util/Error.hxx"
#include "fs/FileSystem.hxx"