summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-03-01 22:08:13 +0100
committerMax Kellermann <max@duempel.org>2016-03-01 22:08:13 +0100
commit1aee89f5ea603d24991c73e2479472577aa28d66 (patch)
tree5ac6038804aa63c3c9a22c613efd734fa5d688fd /src/util
parentfb547260d1b992b64c0ffd78e3bc55db86f90bda (diff)
*: include cleanup (using iwyu)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/PeakBuffer.hxx1
-rw-r--r--src/util/StringUtil.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/util/PeakBuffer.hxx b/src/util/PeakBuffer.hxx
index b7761f0ae..bbbb4c32b 100644
--- a/src/util/PeakBuffer.hxx
+++ b/src/util/PeakBuffer.hxx
@@ -20,7 +20,6 @@
#ifndef MPD_PEAK_BUFFER_HXX
#define MPD_PEAK_BUFFER_HXX
-#include "WritableBuffer.hxx"
#include "Compiler.h"
#include <stddef.h>
diff --git a/src/util/StringUtil.cxx b/src/util/StringUtil.cxx
index 6cb5889fc..62994bc18 100644
--- a/src/util/StringUtil.cxx
+++ b/src/util/StringUtil.cxx
@@ -18,7 +18,6 @@
*/
#include "StringUtil.hxx"
-#include "StringAPI.hxx"
#include "CharUtil.hxx"
#include "ASCII.hxx"