include cleanups (powered by iwyu)
This commit is contained in:
1
src/input/cache/Item.cxx
vendored
1
src/input/cache/Item.cxx
vendored
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "Item.hxx"
|
||||
#include "Lease.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
2
src/input/cache/Item.hxx
vendored
2
src/input/cache/Item.hxx
vendored
@@ -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;
|
||||
|
||||
1
src/input/cache/Manager.hxx
vendored
1
src/input/cache/Manager.hxx
vendored
@@ -20,7 +20,6 @@
|
||||
#ifndef MPD_INPUT_CACHE_MANAGER_HXX
|
||||
#define MPD_INPUT_CACHE_MANAGER_HXX
|
||||
|
||||
#include "input/Offset.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user