aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-01 09:38:04 +0800
committerGitHub <noreply@github.com>2023-12-01 09:38:04 +0800
commit0bbe8e7fc257bd06a857bfc762c2b1e8e84463e1 (patch)
tree73366485778e8ababa8160c921aada5e9b0c69e8 /src/nvim/eval
parent09e93d7c4d33451ffe2dd2edeb7e2124b83c8078 (diff)
downloadrneovim-0bbe8e7fc257bd06a857bfc762c2b1e8e84463e1.tar.gz
rneovim-0bbe8e7fc257bd06a857bfc762c2b1e8e84463e1.tar.bz2
rneovim-0bbe8e7fc257bd06a857bfc762c2b1e8e84463e1.zip
refactor(IWYU): fix includes for highlight_group.h (#26340)
Diffstat (limited to 'src/nvim/eval')
-rw-r--r--src/nvim/eval/encode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/eval/encode.h b/src/nvim/eval/encode.h
index 699956d8ac..11a0ce3932 100644
--- a/src/nvim/eval/encode.h
+++ b/src/nvim/eval/encode.h
@@ -5,7 +5,6 @@
#include <stddef.h>
#include <string.h>
-#include "nvim/eval.h"
#include "nvim/eval/typval.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/garray_defs.h"