io/uring/Queue: remove redundant include

This commit is contained in:
Max Kellermann 2024-11-11 17:42:14 +01:00 committed by Max Kellermann
parent a7d41a99a1
commit 84e3501084
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@
#include "Ring.hxx" #include "Ring.hxx"
#include "util/IntrusiveList.hxx" #include "util/IntrusiveList.hxx"
#include <liburing.h>
namespace Uring { namespace Uring {
class Operation; class Operation;