From: Haiyue Wang <[email protected]>
To: [email protected]
Cc: Haiyue Wang <[email protected]>
Subject: [PATCH liburing v1] Remove the redundant include "liburing/compat.h"
Date: Thu, 31 Oct 2024 01:53:45 +0800 [thread overview]
Message-ID: <[email protected]> (raw)
Since these C source files have included the "liburing/liburing.h",
which has included "liburing/compat.h".
Signed-off-by: Haiyue Wang <[email protected]>
---
src/queue.c | 1 -
src/register.c | 1 -
src/setup.c | 1 -
3 files changed, 3 deletions(-)
diff --git a/src/queue.c b/src/queue.c
index 6967dad..1692866 100644
--- a/src/queue.c
+++ b/src/queue.c
@@ -6,7 +6,6 @@
#include "liburing.h"
#include "int_flags.h"
#include "liburing/sanitize.h"
-#include "liburing/compat.h"
#include "liburing/io_uring.h"
/*
diff --git a/src/register.c b/src/register.c
index 6e9bc88..d20ff9b 100644
--- a/src/register.c
+++ b/src/register.c
@@ -6,7 +6,6 @@
#include "liburing.h"
#include "setup.h"
#include "int_flags.h"
-#include "liburing/compat.h"
#include "liburing/io_uring.h"
#include "liburing/sanitize.h"
diff --git a/src/setup.c b/src/setup.c
index 96fdcab..e4c39f0 100644
--- a/src/setup.c
+++ b/src/setup.c
@@ -6,7 +6,6 @@
#include "liburing.h"
#include "int_flags.h"
#include "setup.h"
-#include "liburing/compat.h"
#include "liburing/io_uring.h"
#define KERN_MAX_ENTRIES 32768
--
2.47.0
next reply other threads:[~2024-10-30 17:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 17:53 Haiyue Wang [this message]
2024-10-30 20:50 ` [PATCH liburing v1] Remove the redundant include "liburing/compat.h" Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox