From 84e350108438b4f90fb44f61f85b190d02d41053 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 11 Nov 2024 17:42:14 +0100 Subject: [PATCH] io/uring/Queue: remove redundant include --- src/io/uring/Queue.hxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/io/uring/Queue.hxx b/src/io/uring/Queue.hxx index 5cda49f1b..046e60dcd 100644 --- a/src/io/uring/Queue.hxx +++ b/src/io/uring/Queue.hxx @@ -7,8 +7,6 @@ #include "Ring.hxx" #include "util/IntrusiveList.hxx" -#include - namespace Uring { class Operation;