Commit 89f9561d authored by Max Kellermann's avatar Max Kellermann

storage/Interface: include cleanup

parent 8af3f91e
......@@ -25,6 +25,7 @@
#include "TimePrint.hxx"
#include "TagPrint.hxx"
#include "client/Client.hxx"
#include "fs/Traits.hxx"
#include "util/UriUtil.hxx"
#define SONG_FILE "file: "
......
......@@ -36,6 +36,7 @@
#include "storage/StorageInterface.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/FileSystem.hxx"
#include "fs/DirectoryReader.hxx"
#include "TimePrint.hxx"
#include "ls.hxx"
......
......@@ -24,6 +24,8 @@
#include "DetachedSong.hxx"
#include "storage/StorageInterface.hxx"
#include <assert.h>
DetachedSong
DatabaseDetachSong(const Storage &storage, const LightSong &song)
{
......
......@@ -25,6 +25,7 @@
#include "storage/StorageInterface.hxx"
#include "fs/Traits.hxx"
#include "fs/FileSystem.hxx"
#include "fs/AllocatedPath.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
......
......@@ -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 <set>
#include <string.h>
static constexpr Domain composite_domain("composite");
/**
......
......@@ -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:
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment