io_uring: Trim out unused includes

Clean up some left overs of refactoring io_uring into multiple files.
Compile tested with a few configurations.

Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Gabriel Krisman Bertazi
2026-01-05 18:09:32 -05:00
committed by Jens Axboe
parent 3c7d76d612
commit 48ed70131e
5 changed files with 1 additions and 16 deletions

View File

@@ -2,7 +2,6 @@
#ifndef IOU_FILE_TABLE_H
#define IOU_FILE_TABLE_H
#include <linux/file.h>
#include <linux/io_uring_types.h>
#include "rsrc.h"