summaryrefslogtreecommitdiff
path: root/io_uring/filetable.c
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2022-06-16 13:57:18 +0100
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:14 -0600
commit27a9d66fec77cff0e32d2ecd5d0ac7ef878a7bb0 (patch)
tree7998809e8e398f7e5007b440bd187f2123845506 /io_uring/filetable.c
parentb3659a65be70eb68d9fc9802c4ce81e0f943abfd (diff)
io_uring: kill extra io_uring_types.h includes
io_uring/io_uring.h already includes io_uring_types.h, no need to include it every time. Kill it in a bunch of places, it prepares us for following patches. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/94d8c943fbe0ef949981c508ddcee7fc1c18850f.1655384063.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/filetable.c')
-rw-r--r--io_uring/filetable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_uring/filetable.c b/io_uring/filetable.c
index e449ceb9a848..534e1a3c625d 100644
--- a/io_uring/filetable.c
+++ b/io_uring/filetable.c
@@ -9,7 +9,6 @@
#include <uapi/linux/io_uring.h>
-#include "io_uring_types.h"
#include "io_uring.h"
#include "rsrc.h"
#include "filetable.h"