*: include cleanup (using iwyu)

This commit is contained in:
Max Kellermann
2016-03-01 22:08:13 +01:00
parent fb547260d1
commit 1aee89f5ea
181 changed files with 18 additions and 390 deletions

View File

@@ -27,14 +27,12 @@
#include "ReplayGainConfig.hxx"
#include "mixer/MixerControl.hxx"
#include "pcm/Volume.hxx"
#include "pcm/PcmBuffer.hxx"
#include "util/ConstBuffer.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
#include <assert.h>
#include <string.h>
static constexpr Domain replay_gain_domain("replay_gain");

View File

@@ -53,7 +53,6 @@
#include <algorithm>
#include <assert.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>

View File

@@ -25,10 +25,6 @@
#include "pcm/Volume.hxx"
#include "AudioFormat.hxx"
#include "util/ConstBuffer.hxx"
#include "util/Error.hxx"
#include <assert.h>
#include <string.h>
class VolumeFilter final : public Filter {
PcmVolume pv;