From 02f5698868032fed079345d47cdc962051003e89 Mon Sep 17 00:00:00 2001 From: Max Kellermann <max.kellermann@gmail.com> Date: Tue, 31 Jan 2023 13:04:18 +0100 Subject: [PATCH] event/Loop: remove unnecessary include Not used since a3b32819b1578a261c1cc40cc384c8af3ed8fb0f --- src/event/Loop.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/event/Loop.hxx b/src/event/Loop.hxx index 9bd37db08..baaac05af 100644 --- a/src/event/Loop.hxx +++ b/src/event/Loop.hxx @@ -38,7 +38,6 @@ #include "thread/Mutex.hxx" #endif -#include <atomic> #include <cassert> #include "io/uring/Features.h"