aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
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/mbyte.c
parentba564442ae5e8793f54d401fc636194df48cad3d (diff)
downloadrneovim-c9f53d0e40815644bbf7c57a0792f2c793c954aa.tar.gz
rneovim-c9f53d0e40815644bbf7c57a0792f2c793c954aa.tar.bz2
rneovim-c9f53d0e40815644bbf7c57a0792f2c793c954aa.zip
refactor: iwyu (#26269)
Diffstat (limited to 'src/nvim/mbyte.c')
-rw-r--r--src/nvim/mbyte.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c
index c50331e7d5..9443511640 100644
--- a/src/nvim/mbyte.c
+++ b/src/nvim/mbyte.c
@@ -49,7 +49,6 @@
#include "nvim/gettext.h"
#include "nvim/globals.h"
#include "nvim/grid.h"
-#include "nvim/grid_defs.h"
#include "nvim/iconv.h"
#include "nvim/keycodes.h"
#include "nvim/macros.h"