include cleanup using iwyu

This commit is contained in:
Max Kellermann
2013-11-28 11:50:54 +01:00
parent 46bab7e4b9
commit f90abe9530
185 changed files with 114 additions and 338 deletions

View File

@@ -31,7 +31,6 @@
#include <glib.h>
#include <assert.h>
#include <string.h>
static constexpr Domain asx_domain("asx");

View File

@@ -21,13 +21,10 @@
#include "CuePlaylistPlugin.hxx"
#include "PlaylistPlugin.hxx"
#include "SongEnumerator.hxx"
#include "tag/Tag.hxx"
#include "Song.hxx"
#include "cue/CueParser.hxx"
#include "TextInputStream.hxx"
#include <assert.h>
#include <string.h>
#include <string>
class CuePlaylist final : public SongEnumerator {
InputStream &is;

View File

@@ -27,7 +27,6 @@
#include "EmbeddedCuePlaylistPlugin.hxx"
#include "PlaylistPlugin.hxx"
#include "SongEnumerator.hxx"
#include "tag/Tag.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagId3.hxx"
#include "tag/ApeTag.hxx"
@@ -38,7 +37,6 @@
#include "fs/AllocatedPath.hxx"
#include "util/ASCII.hxx"
#include <assert.h>
#include <string.h>
class EmbeddedCuePlaylist final : public SongEnumerator {

View File

@@ -31,7 +31,6 @@
#include <glib.h>
#include <assert.h>
#include <string.h>
static constexpr Domain rss_domain("rss");

View File

@@ -29,7 +29,6 @@
#include <glib.h>
#include <assert.h>
#include <string.h>
static constexpr Domain xspf_domain("xspf");