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
f909615b
Commit
f909615b
authored
Aug 15, 2019
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include cleanups (powered by iwyu)
parent
92c89f0c
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
13 additions
and
21 deletions
+13
-21
Charset.cxx
src/fs/Charset.cxx
+0
-1
TidalErrorParser.cxx
src/input/plugins/TidalErrorParser.cxx
+0
-1
Delegate.cxx
src/lib/curl/Delegate.cxx
+2
-0
Message.cxx
src/lib/dbus/Message.cxx
+3
-1
Message.hxx
src/lib/dbus/Message.hxx
+1
-2
LogError.cxx
src/lib/ffmpeg/LogError.cxx
+0
-2
CaseFold.cxx
src/lib/icu/CaseFold.cxx
+0
-1
Converter.cxx
src/lib/icu/Converter.cxx
+0
-1
Util.cxx
src/lib/icu/Util.cxx
+0
-1
FlacPlaylistPlugin.cxx
src/playlist/plugins/FlacPlaylistPlugin.cxx
+0
-1
HugeAllocator.hxx
src/util/HugeAllocator.hxx
+1
-2
WStringCompare.cxx
src/util/WStringCompare.cxx
+3
-1
read_mixer.cxx
test/read_mixer.cxx
+0
-4
run_encoder.cxx
test/run_encoder.cxx
+1
-1
run_output.cxx
test/run_output.cxx
+1
-1
test_vorbis_encoder.cxx
test/test_vorbis_encoder.cxx
+1
-1
No files found.
src/fs/Charset.cxx
View file @
f909615b
...
...
@@ -33,7 +33,6 @@
#include <algorithm>
#include <assert.h>
#include <string.h>
#ifdef HAVE_FS_CHARSET
...
...
src/input/plugins/TidalErrorParser.cxx
View file @
f909615b
...
...
@@ -20,7 +20,6 @@
#include "TidalErrorParser.hxx"
#include "TidalError.hxx"
#include "lib/yajl/Callbacks.hxx"
#include "util/ConstBuffer.hxx"
#include "util/RuntimeError.hxx"
using
Wrapper
=
Yajl
::
CallbacksWrapper
<
TidalErrorParser
>
;
...
...
src/lib/curl/Delegate.cxx
View file @
f909615b
...
...
@@ -30,6 +30,8 @@
#include "Delegate.hxx"
#include "Parser.hxx"
#include <utility>
#include <assert.h>
void
...
...
src/lib/dbus/Message.cxx
View file @
f909615b
/*
* Copyright 2007-201
7
Content Management AG
* Copyright 2007-201
9
Content Management AG
* All rights reserved.
*
* author: Max Kellermann <mk@cm4all.com>
...
...
@@ -33,6 +33,8 @@
#include "Message.hxx"
#include "ReadIter.hxx"
#include <stdexcept>
ODBus
::
Message
ODBus
::
Message
::
NewMethodCall
(
const
char
*
destination
,
const
char
*
path
,
...
...
src/lib/dbus/Message.hxx
View file @
f909615b
/*
* Copyright 2007-201
7
Content Management AG
* Copyright 2007-201
9
Content Management AG
* All rights reserved.
*
* author: Max Kellermann <mk@cm4all.com>
...
...
@@ -35,7 +35,6 @@
#include <dbus/dbus.h>
#include <stdexcept>
#include <utility>
namespace
ODBus
{
...
...
src/lib/ffmpeg/LogError.cxx
View file @
f909615b
...
...
@@ -21,8 +21,6 @@
#include "Domain.hxx"
#include "Log.hxx"
#include <cstdint>
/* needed due to libavutil bug */
extern
"C"
{
#include <libavutil/error.h>
}
...
...
src/lib/icu/CaseFold.cxx
View file @
f909615b
...
...
@@ -27,7 +27,6 @@
#ifdef HAVE_ICU
#include "Util.hxx"
#include "util/AllocatedArray.hxx"
#include "util/ConstBuffer.hxx"
#include <unicode/ucol.h>
#include <unicode/ustring.h>
...
...
src/lib/icu/Converter.cxx
View file @
f909615b
...
...
@@ -20,7 +20,6 @@
#include "Converter.hxx"
#include "util/AllocatedString.hxx"
#include "util/AllocatedArray.hxx"
#include "util/ConstBuffer.hxx"
#include "util/FormatString.hxx"
#include "config.h"
...
...
src/lib/icu/Util.cxx
View file @
f909615b
...
...
@@ -20,7 +20,6 @@
#include "Util.hxx"
#include "util/AllocatedString.hxx"
#include "util/AllocatedArray.hxx"
#include "util/WritableBuffer.hxx"
#include "util/ConstBuffer.hxx"
#include <unicode/ustring.h>
...
...
src/playlist/plugins/FlacPlaylistPlugin.cxx
View file @
f909615b
...
...
@@ -31,7 +31,6 @@
#include "song/DetachedSong.hxx"
#include "input/InputStream.hxx"
#include "util/RuntimeError.hxx"
#include "util/ScopeExit.hxx"
#include <FLAC/metadata.h>
...
...
src/util/HugeAllocator.hxx
View file @
f909615b
...
...
@@ -31,7 +31,6 @@
#define HUGE_ALLOCATOR_HXX
#include "WritableBuffer.hxx"
#include "Compiler.h"
#include <utility>
...
...
@@ -85,7 +84,7 @@ WritableBuffer<void>
HugeAllocate
(
size_t
size
);
static
inline
void
HugeFree
(
void
*
p
,
gcc_unused
size_t
size
)
noexcept
HugeFree
(
void
*
p
,
size_t
)
noexcept
{
VirtualFree
(
p
,
0
,
MEM_RELEASE
);
}
...
...
src/util/WStringCompare.cxx
View file @
f909615b
/*
* Copyright 2013-201
8
Max Kellermann <max.kellermann@gmail.com>
* Copyright 2013-201
9
Max Kellermann <max.kellermann@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
...
...
@@ -29,6 +29,8 @@
#include "WStringCompare.hxx"
#include <string.h>
bool
StringEndsWith
(
const
wchar_t
*
haystack
,
const
wchar_t
*
needle
)
noexcept
{
...
...
test/read_mixer.cxx
View file @
f909615b
...
...
@@ -21,15 +21,11 @@
#include "mixer/MixerControl.hxx"
#include "mixer/MixerList.hxx"
#include "filter/FilterRegistry.hxx"
#include "pcm/Volume.hxx"
#include "Main.hxx"
#include "event/Loop.hxx"
#include "config/Block.hxx"
#include "util/PrintException.hxx"
#include <assert.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
const
FilterPlugin
*
...
...
test/run_encoder.cxx
View file @
f909615b
...
...
@@ -27,11 +27,11 @@
#include "fs/io/StdioOutputStream.hxx"
#include "util/PrintException.hxx"
#include <exception>
#include <memory>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <unistd.h>
int
main
(
int
argc
,
char
**
argv
)
...
...
test/run_output.cxx
View file @
f909615b
...
...
@@ -24,7 +24,7 @@
#include "event/Thread.hxx"
#include "fs/Path.hxx"
#include "AudioParser.hxx"
#include "
pcm/Conver
t.hxx"
#include "
AudioForma
t.hxx"
#include "util/StringBuffer.hxx"
#include "util/RuntimeError.hxx"
#include "util/ScopeExit.hxx"
...
...
test/test_vorbis_encoder.cxx
View file @
f909615b
...
...
@@ -30,8 +30,8 @@
#include <memory>
#include <assert.h>
#include <stddef.h>
#include <unistd.h>
static
uint8_t
zero
[
256
];
...
...
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