From 664674913e1f605321fc4b8258ae061fc29bd5fe Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Feb 2021 20:22:27 +0100 Subject: [PATCH] event/Loop: include cleanup --- src/event/Loop.hxx | 3 +-- 1 file changed, 1 insertion(+), 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 #include +#endif #include #include