aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_client.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-28 19:00:14 +0800
committerGitHub <noreply@github.com>2023-11-28 19:00:14 +0800
commitc9f53d0e40815644bbf7c57a0792f2c793c954aa (patch)
tree57493059df0a44da2a004a335e7eae95bdb240d5 /src/nvim/ui_client.h
parentba564442ae5e8793f54d401fc636194df48cad3d (diff)
downloadrneovim-c9f53d0e40815644bbf7c57a0792f2c793c954aa.tar.gz
rneovim-c9f53d0e40815644bbf7c57a0792f2c793c954aa.tar.bz2
rneovim-c9f53d0e40815644bbf7c57a0792f2c793c954aa.zip
refactor: iwyu (#26269)
Diffstat (limited to 'src/nvim/ui_client.h')
-rw-r--r--src/nvim/ui_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ui_client.h b/src/nvim/ui_client.h
index 383f69c5f7..48dd9a0835 100644
--- a/src/nvim/ui_client.h
+++ b/src/nvim/ui_client.h
@@ -5,7 +5,7 @@
#include <stdint.h>
#include "nvim/api/private/defs.h"
-#include "nvim/grid_defs.h"
+#include "nvim/grid_defs.h" // IWYU pragma: keep
#include "nvim/macros.h"
#include "nvim/types_defs.h"