summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-02-17 20:22:27 +0100
committerMax Kellermann <max@musicpd.org>2021-02-22 23:32:39 +0100
commit664674913e1f605321fc4b8258ae061fc29bd5fe (patch)
tree9a233f0c98dcd289c3219c01062ba62aff1f4fbe
parent31e3658823760bbaf024156169a1aac041223068 (diff)
event/Loop: include cleanup
-rw-r--r--src/event/Loop.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/event/Loop.hxx b/src/event/Loop.hxx
index 9b3262c90..e7b604917 100644
--- a/src/event/Loop.hxx
+++ b/src/event/Loop.hxx
@@ -33,10 +33,9 @@
#include "WakeFD.hxx"
#include "thread/Id.hxx"
#include "thread/Mutex.hxx"
-#endif
-#include <boost/intrusive/set.hpp>
#include <boost/intrusive/list.hpp>
+#endif
#include <atomic>
#include <cassert>