From 2a7d0ed6145bf3f8b139c2694563f460f829813a Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 23 Dec 2024 05:43:52 -0800 Subject: refactor: iwyu #31637 Result of `make iwyu` (after some "fixups"). --- src/nvim/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/context.h') diff --git a/src/nvim/context.h b/src/nvim/context.h index 4375030fbc..5ae2a078b0 100644 --- a/src/nvim/context.h +++ b/src/nvim/context.h @@ -1,6 +1,6 @@ #pragma once -#include +#include // IWYU pragma: keep #include "klib/kvec.h" #include "nvim/api/private/defs.h" -- cgit