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:
zeertzjq
2022-08-12 21:16:28 +08:00
committed by GitHub
parent ac78639de8
commit 342d18b91e
34 changed files with 34 additions and 24 deletions

View File

@@ -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.