diff options
author | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
commit | 1aee89f5ea603d24991c73e2479472577aa28d66 (patch) | |
tree | 5ac6038804aa63c3c9a22c613efd734fa5d688fd /src/util | |
parent | fb547260d1b992b64c0ffd78e3bc55db86f90bda (diff) |
*: include cleanup (using iwyu)
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/PeakBuffer.hxx | 1 | ||||
-rw-r--r-- | src/util/StringUtil.cxx | 1 |
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" |