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/StorageInterface.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/storage/StorageInterface.hxx') 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: -- cgit v1.2.3