util/IntrusiveSortedList, event/TimerList: include cleanup
This commit is contained in:
@@ -2,13 +2,9 @@
|
||||
// Copyright CM4all GmbH
|
||||
// author: Max Kellermann <mk@cm4all.com>
|
||||
|
||||
#include "Loop.hxx"
|
||||
#include "TimerList.hxx"
|
||||
#include "FineTimerEvent.hxx"
|
||||
|
||||
#ifdef NO_BOOST
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
constexpr bool
|
||||
TimerList::Compare::operator()(const FineTimerEvent &a,
|
||||
const FineTimerEvent &b) const noexcept
|
||||
|
Reference in New Issue
Block a user