summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-07-05 09:59:00 +0200
committerMax Kellermann <max@musicpd.org>2019-07-05 09:59:58 +0200
commitd663f814202c10d32d50dec26c14d5d448a21f36 (patch)
tree790ae3557406a3e5869feb141bfcc0e0743c3301 /src/client
parent9cdebc90a00a63bbfd2525abc3cec002c4efda81 (diff)
include cleanups (powered by iwyu)
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Client.cxx1
-rw-r--r--src/client/Read.cxx1
-rw-r--r--src/client/Subscribe.cxx2
3 files changed, 1 insertions, 3 deletions
diff --git a/src/client/Client.cxx b/src/client/Client.cxx
index 7a976c0de..f0f8984d2 100644
--- a/src/client/Client.cxx
+++ b/src/client/Client.cxx
@@ -22,7 +22,6 @@
#include "Partition.hxx"
#include "Instance.hxx"
#include "BackgroundCommand.hxx"
-#include "util/Domain.hxx"
#include "config.h"
Client::~Client() noexcept
diff --git a/src/client/Read.cxx b/src/client/Read.cxx
index cb5a89718..f7fa66036 100644
--- a/src/client/Read.cxx
+++ b/src/client/Read.cxx
@@ -21,7 +21,6 @@
#include "Config.hxx"
#include "Partition.hxx"
#include "Instance.hxx"
-#include "event/Loop.hxx"
#include "util/StringStrip.hxx"
#include <string.h>
diff --git a/src/client/Subscribe.cxx b/src/client/Subscribe.cxx
index c6a7d24a1..25d3cbfef 100644
--- a/src/client/Subscribe.cxx
+++ b/src/client/Subscribe.cxx
@@ -19,7 +19,7 @@
#include "Client.hxx"
#include "Partition.hxx"
-#include "Idle.hxx"
+#include "IdleFlags.hxx"
#include <assert.h>