From 48ed70131e4f3057f819c848d92fe84ba696e2a9 Mon Sep 17 00:00:00 2001 From: Gabriel Krisman Bertazi Date: Mon, 5 Jan 2026 18:09:32 -0500 Subject: 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 Signed-off-by: Jens Axboe --- io_uring/alloc_cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'io_uring/alloc_cache.h') diff --git a/io_uring/alloc_cache.h b/io_uring/alloc_cache.h index d33ce159ef33..bb2f21a7bfd6 100644 --- a/io_uring/alloc_cache.h +++ b/io_uring/alloc_cache.h @@ -2,6 +2,7 @@ #define IOU_ALLOC_CACHE_H #include +#include /* * Don't allow the cache to grow beyond this size. -- cgit