include cleanup using iwyu
This commit is contained in:
@@ -26,14 +26,10 @@
|
||||
#include "CommandError.hxx"
|
||||
#include "Client.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "util/UriUtil.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "SongFilter.hxx"
|
||||
#include "protocol/Result.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
CommandResult
|
||||
handle_lsinfo2(Client &client, int argc, char *argv[])
|
||||
{
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include "Instance.hxx"
|
||||
#include "Main.hxx"
|
||||
#include "protocol/Result.hxx"
|
||||
#include "protocol/ArgParser.hxx"
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
@@ -44,10 +44,6 @@
|
||||
#include "Client.hxx"
|
||||
#include "Idle.hxx"
|
||||
|
||||
#ifdef ENABLE_SQLITE
|
||||
#include "StickerDatabase.hxx"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@@ -24,8 +24,6 @@
|
||||
#include "protocol/Result.hxx"
|
||||
#include "protocol/ArgParser.hxx"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
CommandResult
|
||||
handle_enableoutput(Client &client, gcc_unused int argc, char *argv[])
|
||||
{
|
||||
|
@@ -35,9 +35,6 @@
|
||||
#include "util/UriUtil.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static void
|
||||
print_spl_list(Client &client, const PlaylistVector &list)
|
||||
{
|
||||
|
@@ -31,8 +31,6 @@
|
||||
#include "protocol/Result.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
struct sticker_song_find_data {
|
||||
|
Reference in New Issue
Block a user