aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight.h
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-27 20:13:32 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-27 21:53:07 +0100
commite3f735ef101d670555f44226614a5c3557053b1f (patch)
treef536343428725139626e15262c6d361157cb2af3 /src/nvim/highlight.h
parentf9231603c40301ef48ab2cc50e62c9e430b7edf3 (diff)
downloadrneovim-e3f735ef101d670555f44226614a5c3557053b1f.tar.gz
rneovim-e3f735ef101d670555f44226614a5c3557053b1f.tar.bz2
rneovim-e3f735ef101d670555f44226614a5c3557053b1f.zip
refactor: fix includes for api/autocmd.h
Diffstat (limited to 'src/nvim/highlight.h')
-rw-r--r--src/nvim/highlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/highlight.h b/src/nvim/highlight.h
index 9212c96bcc..8c8657ae77 100644
--- a/src/nvim/highlight.h
+++ b/src/nvim/highlight.h
@@ -2,7 +2,7 @@
#include <stdbool.h>
-#include "nvim/api/keysets.h"
+#include "nvim/api/keysets_defs.h"
#include "nvim/api/private/defs.h" // IWYU pragma: keep
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/highlight_defs.h" // IWYU pragma: export