io/uring/Queue: remove redundant include
This commit is contained in:
parent
a7d41a99a1
commit
84e3501084
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue