aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/StorageInterface.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-01 23:38:17 +0200
committerMax Kellermann <max@duempel.org>2014-10-01 23:38:17 +0200
commit89f9561d10c6c7d39c466bc8432793fcaa89fd9d (patch)
treea9925d5f471c5d3d5c6d9925c2594b1b595ae812 /src/storage/StorageInterface.hxx
parent8af3f91e7889fc9f23d96aa75307c4440e921875 (diff)
downloadmpd-89f9561d10c6c7d39c466bc8432793fcaa89fd9d.tar.gz
mpd-89f9561d10c6c7d39c466bc8432793fcaa89fd9d.tar.xz
mpd-89f9561d10c6c7d39c466bc8432793fcaa89fd9d.zip
storage/Interface: include cleanup
Diffstat (limited to '')
-rw-r--r--src/storage/StorageInterface.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/StorageInterface.hxx b/src/storage/StorageInterface.hxx
index 892e8e43b..4484815bc 100644
--- a/src/storage/StorageInterface.hxx
+++ b/src/storage/StorageInterface.hxx
@@ -21,13 +21,13 @@
#define MPD_STORAGE_INTERFACE_HXX
#include "check.h"
-#include "fs/AllocatedPath.hxx"
-#include "fs/DirectoryReader.hxx"
+#include "Compiler.h"
#include <string>
struct FileInfo;
class AllocatedPath;
+class Error;
class StorageDirectoryReader {
public: