refactor: remove vim.h from more headers (#26244)

This commit is contained in:
zeertzjq
2023-11-27 18:37:35 +08:00
committed by GitHub
parent a03bd2b878
commit acf5252879
4 changed files with 7 additions and 4 deletions

View File

@@ -2,11 +2,13 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include "klib/kvec.h"
#include "nvim/api/private/defs.h"
#include "nvim/api/private/dispatch.h"
#include "nvim/decoration.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_eval_defs.h"
#include "nvim/getchar.h"
#include "nvim/gettext.h"
@@ -14,7 +16,7 @@
#include "nvim/macros.h"
#include "nvim/map.h"
#include "nvim/memory.h"
#include "nvim/vim.h"
#include "nvim/message.h"
#define OBJECT_OBJ(o) o