mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
refactor: remove some unused includes (#19740)
Mostly avoids including eval.h, ex_cmds2.h and ex_docmd.h in other headers.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#ifndef NVIM_HIGHLIGHT_GROUP_H
|
||||
#define NVIM_HIGHLIGHT_GROUP_H
|
||||
|
||||
#include "nvim/eval.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/highlight_defs.h"
|
||||
#include "nvim/types.h"
|
||||
|
||||
#define MAX_HL_ID 20000 // maximum value for a highlight ID.
|
||||
|
Reference in New Issue
Block a user