diff options
author | Max Kellermann <max@musicpd.org> | 2019-07-05 09:59:00 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-07-05 09:59:58 +0200 |
commit | d663f814202c10d32d50dec26c14d5d448a21f36 (patch) | |
tree | 790ae3557406a3e5869feb141bfcc0e0743c3301 /src/input/cache/Item.hxx | |
parent | 9cdebc90a00a63bbfd2525abc3cec002c4efda81 (diff) |
include cleanups (powered by iwyu)
Diffstat (limited to 'src/input/cache/Item.hxx')
-rw-r--r-- | src/input/cache/Item.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/cache/Item.hxx b/src/input/cache/Item.hxx index 53b9668a1..5fb11aeac 100644 --- a/src/input/cache/Item.hxx +++ b/src/input/cache/Item.hxx @@ -22,12 +22,10 @@ #include "input/BufferingInputStream.hxx" #include "thread/Mutex.hxx" -#include "util/SparseBuffer.hxx" #include <boost/intrusive/list.hpp> #include <boost/intrusive/set_hook.hpp> -#include <memory> #include <string> class InputCacheLease; |