diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-29 12:10:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 12:10:42 +0800 |
commit | 64b53b71ba5d804b2c8cf186be68931b2621f53c (patch) | |
tree | 8bee6d6d45876d11011e22143a39ca417f8485c6 /src/nvim/textformat.c | |
parent | 8868ecd401f6a45d005fe68c57fbba79d32af192 (diff) | |
download | rneovim-64b53b71ba5d804b2c8cf186be68931b2621f53c.tar.gz rneovim-64b53b71ba5d804b2c8cf186be68931b2621f53c.tar.bz2 rneovim-64b53b71ba5d804b2c8cf186be68931b2621f53c.zip |
refactor(IWYU): create normal_defs.h (#26293)
Diffstat (limited to 'src/nvim/textformat.c')
-rw-r--r-- | src/nvim/textformat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/textformat.c b/src/nvim/textformat.c index 25a197d401..64c698f48f 100644 --- a/src/nvim/textformat.c +++ b/src/nvim/textformat.c @@ -26,7 +26,6 @@ #include "nvim/memory.h" #include "nvim/message.h" #include "nvim/move.h" -#include "nvim/normal.h" #include "nvim/ops.h" #include "nvim/option.h" #include "nvim/option_vars.h" |