mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +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:
@@ -3,8 +3,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/ex_docmd.h"
|
||||
#include "nvim/runtime.h"
|
||||
#include "nvim/ex_cmds_defs.h"
|
||||
|
||||
//
|
||||
// flags for check_changed()
|
||||
|
Reference in New Issue
Block a user