aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/extmark.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-16 10:55:54 +0800
committerGitHub <noreply@github.com>2023-11-16 10:55:54 +0800
commitbb4b4576e384c71890b4df4fa4f1ae76fad3a59d (patch)
treecfbee648282a9113496aec14eb7ce144eb791445 /src/nvim/extmark.c
parent326d46f690b383846f136f2a25523cffe2882f27 (diff)
downloadrneovim-bb4b4576e384c71890b4df4fa4f1ae76fad3a59d.tar.gz
rneovim-bb4b4576e384c71890b4df4fa4f1ae76fad3a59d.tar.bz2
rneovim-bb4b4576e384c71890b4df4fa4f1ae76fad3a59d.zip
refactor: iwyu (#26062)
Diffstat (limited to 'src/nvim/extmark.c')
-rw-r--r--src/nvim/extmark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/extmark.c b/src/nvim/extmark.c
index 17335d7a4b..d24b304270 100644
--- a/src/nvim/extmark.c
+++ b/src/nvim/extmark.c
@@ -26,11 +26,9 @@
// code for redrawing the line with the deleted decoration.
#include <assert.h>
-#include <sys/types.h>
#include "nvim/api/private/defs.h"
#include "nvim/api/private/helpers.h"
-#include "nvim/buffer.h"
#include "nvim/buffer_defs.h"
#include "nvim/buffer_updates.h"
#include "nvim/decoration.h"