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
403f0f8c
Commit
403f0f8c
authored
Nov 07, 2016
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SongLoader, ...: include cleanup
parent
8c4246f2
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
11 deletions
+0
-11
SongLoader.cxx
src/SongLoader.cxx
+0
-1
SongUpdate.cxx
src/SongUpdate.cxx
+0
-1
TagArchive.cxx
src/TagArchive.cxx
+0
-1
TagFile.cxx
src/TagFile.cxx
+0
-1
TagStream.cxx
src/TagStream.cxx
+0
-1
FileCommands.cxx
src/command/FileCommands.cxx
+0
-1
PlaylistCommands.cxx
src/command/PlaylistCommands.cxx
+0
-2
QueueCommands.cxx
src/command/QueueCommands.cxx
+0
-1
ReplayGainFilterPlugin.cxx
src/filter/plugins/ReplayGainFilterPlugin.cxx
+0
-1
StandardDirectory.cxx
src/fs/StandardDirectory.cxx
+0
-1
No files found.
src/SongLoader.cxx
View file @
403f0f8c
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
#include "client/Client.hxx"
#include "client/Client.hxx"
#include "db/DatabaseSong.hxx"
#include "db/DatabaseSong.hxx"
#include "storage/StorageInterface.hxx"
#include "storage/StorageInterface.hxx"
#include "util/Error.hxx"
#include "DetachedSong.hxx"
#include "DetachedSong.hxx"
#include "PlaylistError.hxx"
#include "PlaylistError.hxx"
...
...
src/SongUpdate.cxx
View file @
403f0f8c
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
#include "storage/StorageInterface.hxx"
#include "storage/StorageInterface.hxx"
#include "storage/FileInfo.hxx"
#include "storage/FileInfo.hxx"
#include "util/UriUtil.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/FileInfo.hxx"
#include "fs/FileInfo.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/TagBuilder.hxx"
...
...
src/TagArchive.cxx
View file @
403f0f8c
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
#include "archive/ArchiveFile.hxx"
#include "archive/ArchiveFile.hxx"
#include "input/InputStream.hxx"
#include "input/InputStream.hxx"
#include "thread/Cond.hxx"
#include "thread/Cond.hxx"
#include "util/Error.hxx"
bool
bool
tag_archive_scan
(
ArchiveFile
&
archive
,
const
char
*
path_utf8
,
tag_archive_scan
(
ArchiveFile
&
archive
,
const
char
*
path_utf8
,
...
...
src/TagFile.cxx
View file @
403f0f8c
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
#include "tag/TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/TagBuilder.hxx"
#include "fs/Path.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
#include "decoder/DecoderPlugin.hxx"
#include "input/InputStream.hxx"
#include "input/InputStream.hxx"
...
...
src/TagStream.cxx
View file @
403f0f8c
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
#include "tag/TagBuilder.hxx"
#include "tag/TagBuilder.hxx"
#include "util/MimeType.hxx"
#include "util/MimeType.hxx"
#include "util/UriUtil.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
#include "decoder/DecoderPlugin.hxx"
#include "input/InputStream.hxx"
#include "input/InputStream.hxx"
...
...
src/command/FileCommands.cxx
View file @
403f0f8c
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
#include "client/Response.hxx"
#include "client/Response.hxx"
#include "util/CharUtil.hxx"
#include "util/CharUtil.hxx"
#include "util/UriUtil.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "tag/Generic.hxx"
#include "tag/Generic.hxx"
#include "TagStream.hxx"
#include "TagStream.hxx"
...
...
src/command/PlaylistCommands.cxx
View file @
403f0f8c
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
#include "Mapper.hxx"
#include "Mapper.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/AllocatedPath.hxx"
#include "util/UriUtil.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include "util/ConstBuffer.hxx"
#include "util/ConstBuffer.hxx"
bool
bool
...
@@ -70,7 +69,6 @@ handle_load(Client &client, Request args, gcc_unused Response &r)
...
@@ -70,7 +69,6 @@ handle_load(Client &client, Request args, gcc_unused Response &r)
const
ScopeBulkEdit
bulk_edit
(
client
.
partition
);
const
ScopeBulkEdit
bulk_edit
(
client
.
partition
);
Error
error
;
const
SongLoader
loader
(
client
);
const
SongLoader
loader
(
client
);
playlist_open_into_queue
(
args
.
front
(),
playlist_open_into_queue
(
args
.
front
(),
range
.
start
,
range
.
end
,
range
.
start
,
range
.
end
,
...
...
src/command/QueueCommands.cxx
View file @
403f0f8c
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
#include "util/ConstBuffer.hxx"
#include "util/ConstBuffer.hxx"
#include "util/StringAPI.hxx"
#include "util/StringAPI.hxx"
#include "util/NumberParser.hxx"
#include "util/NumberParser.hxx"
#include "util/Error.hxx"
#include <memory>
#include <memory>
#include <limits>
#include <limits>
...
...
src/filter/plugins/ReplayGainFilterPlugin.cxx
View file @
403f0f8c
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
#include "mixer/MixerControl.hxx"
#include "mixer/MixerControl.hxx"
#include "pcm/Volume.hxx"
#include "pcm/Volume.hxx"
#include "util/ConstBuffer.hxx"
#include "util/ConstBuffer.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
#include "Log.hxx"
...
...
src/fs/StandardDirectory.cxx
View file @
403f0f8c
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#endif
#endif
#ifdef USE_XDG
#ifdef USE_XDG
#include "util/Error.hxx"
#include "util/StringUtil.hxx"
#include "util/StringUtil.hxx"
#include "util/StringCompare.hxx"
#include "util/StringCompare.hxx"
#include "io/TextFile.hxx"
#include "io/TextFile.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