refactor: remove typval.h from most header files (#23601)

Because typval_defs.h is enough for most of them.
This commit is contained in:
zeertzjq
2023-05-13 10:40:53 +08:00
committed by GitHub
parent f76e1ac92e
commit 6a273af105
32 changed files with 20 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
#ifndef NVIM_CMDEXPAND_H
#define NVIM_CMDEXPAND_H
#include "nvim/eval/typval.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_getln.h"
#include "nvim/garray.h"
#include "nvim/types.h"