include cleanups (powered by iwyu)

This commit is contained in:
Max Kellermann
2019-07-05 09:59:00 +02:00
parent 9cdebc90a0
commit d663f81420
229 changed files with 67 additions and 397 deletions

View File

@@ -21,11 +21,12 @@
#include "UniqueIxml.hxx"
#include "Device.hxx"
#include "ixmlwrap.hxx"
#include "Action.hxx"
#include "util/UriUtil.hxx"
#include "util/RuntimeError.hxx"
#include "util/SplitString.hxx"
#include <upnptools.h>
ContentDirectoryService::ContentDirectoryService(const UPnPDevice &device,
const UPnPService &service) noexcept
:m_actionURL(uri_apply_base(service.controlURL, device.URLBase)),

View File

@@ -28,7 +28,6 @@
#include "lib/curl/Request.hxx"
#include "thread/Mutex.hxx"
#include "event/DeferEvent.hxx"
#include "util/Compiler.h"
#include <upnp.h>
@@ -37,7 +36,6 @@
#include <list>
#include <vector>
#include <string>
#include <memory>
#include <chrono>
#if UPNP_VERSION < 10800

View File

@@ -19,8 +19,6 @@
#include "Util.hxx"
#include <assert.h>
/** Get rid of white space at both ends */
void
trimstring(std::string &s, const char *ws) noexcept

View File

@@ -19,8 +19,6 @@
#include <ixml.h>
#include <string>
namespace ixmlwrap {
/**
* Retrieve the text content for the first element of given