aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.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/buffer.c
parent326d46f690b383846f136f2a25523cffe2882f27 (diff)
downloadrneovim-bb4b4576e384c71890b4df4fa4f1ae76fad3a59d.tar.gz
rneovim-bb4b4576e384c71890b4df4fa4f1ae76fad3a59d.tar.bz2
rneovim-bb4b4576e384c71890b4df4fa4f1ae76fad3a59d.zip
refactor: iwyu (#26062)
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r--src/nvim/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c
index 262163f248..6617907f8f 100644
--- a/src/nvim/buffer.c
+++ b/src/nvim/buffer.c
@@ -84,6 +84,7 @@
#include "nvim/os/time.h"
#include "nvim/path.h"
#include "nvim/plines.h"
+#include "nvim/pos.h"
#include "nvim/quickfix.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"