From f4aedbae4cb1f206f5b7c6142697b71dd473059b Mon Sep 17 00:00:00 2001 From: dundargoc Date: Mon, 27 Nov 2023 18:39:38 +0100 Subject: build(IWYU): fix includes for undo_defs.h --- src/nvim/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/profile.c') diff --git a/src/nvim/profile.c b/src/nvim/profile.c index d42f2aceeb..e65d6ae1d3 100644 --- a/src/nvim/profile.c +++ b/src/nvim/profile.c @@ -26,7 +26,7 @@ #include "nvim/os/fs.h" #include "nvim/os/os.h" #include "nvim/os/time.h" -#include "nvim/pos.h" +#include "nvim/pos_defs.h" #include "nvim/profile.h" #include "nvim/runtime.h" #include "nvim/types.h" -- cgit