storage/Interface: include cleanup

This commit is contained in:
Max Kellermann
2014-10-01 23:38:17 +02:00
parent 8af3f91e78
commit 89f9561d10
7 changed files with 11 additions and 2 deletions

View File

@@ -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: