Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
89f9561d
Commit
89f9561d
authored
Oct 01, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storage/Interface: include cleanup
parent
8af3f91e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
2 deletions
+11
-2
SongPrint.cxx
src/SongPrint.cxx
+1
-0
FileCommands.cxx
src/command/FileCommands.cxx
+1
-0
DatabaseSong.cxx
src/db/DatabaseSong.cxx
+2
-0
UpdateIO.cxx
src/db/update/UpdateIO.cxx
+1
-0
CompositeStorage.cxx
src/storage/CompositeStorage.cxx
+3
-0
StorageInterface.hxx
src/storage/StorageInterface.hxx
+2
-2
SmbclientStorage.cxx
src/storage/plugins/SmbclientStorage.cxx
+1
-0
No files found.
src/SongPrint.cxx
View file @
89f9561d
...
...
@@ -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: "
...
...
src/command/FileCommands.cxx
View file @
89f9561d
...
...
@@ -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"
...
...
src/db/DatabaseSong.cxx
View file @
89f9561d
...
...
@@ -24,6 +24,8 @@
#include "DetachedSong.hxx"
#include "storage/StorageInterface.hxx"
#include <assert.h>
DetachedSong
DatabaseDetachSong
(
const
Storage
&
storage
,
const
LightSong
&
song
)
{
...
...
src/db/update/UpdateIO.cxx
View file @
89f9561d
...
...
@@ -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"
...
...
src/storage/CompositeStorage.cxx
View file @
89f9561d
...
...
@@ -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"
);
/**
...
...
src/storage/StorageInterface.hxx
View file @
89f9561d
...
...
@@ -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
:
...
...
src/storage/plugins/SmbclientStorage.cxx
View file @
89f9561d
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment