From 89f9561d10c6c7d39c466bc8432793fcaa89fd9d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 1 Oct 2014 23:38:17 +0200 Subject: storage/Interface: include cleanup --- src/storage/CompositeStorage.cxx | 3 +++ src/storage/StorageInterface.hxx | 4 ++-- src/storage/plugins/SmbclientStorage.cxx | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/storage') diff --git a/src/storage/CompositeStorage.cxx b/src/storage/CompositeStorage.cxx index ac6fcecd9..bd093e459 100644 --- a/src/storage/CompositeStorage.cxx +++ b/src/storage/CompositeStorage.cxx @@ -20,11 +20,14 @@ #include "config.h" #include "CompositeStorage.hxx" #include "FileInfo.hxx" +#include "fs/AllocatedPath.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" #include +#include + static constexpr Domain composite_domain("composite"); /** 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 struct FileInfo; class AllocatedPath; +class Error; class StorageDirectoryReader { public: diff --git a/src/storage/plugins/SmbclientStorage.cxx b/src/storage/plugins/SmbclientStorage.cxx index a73c8d65c..9a181de89 100644 --- a/src/storage/plugins/SmbclientStorage.cxx +++ b/src/storage/plugins/SmbclientStorage.cxx @@ -24,6 +24,7 @@ #include "storage/FileInfo.hxx" #include "lib/smbclient/Init.hxx" #include "lib/smbclient/Mutex.hxx" +#include "fs/Traits.hxx" #include "util/Error.hxx" #include "thread/Mutex.hxx" -- cgit v1.2.3