mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 02:46:31 +00:00
refactor: remove typval.h from most header files (#23601)
Because typval_defs.h is enough for most of them.
This commit is contained in:
@@ -4,13 +4,9 @@
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "nvim/buffer.h"
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/macros.h"
|
||||
#include "nvim/mark.h"
|
||||
#include "nvim/os/os.h"
|
||||
#include "nvim/os/os_defs.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/option_defs.h"
|
||||
|
||||
// Values for file_name_in_line()
|
||||
#define FNAME_MESS 1 // give error message
|
||||
|
Reference in New Issue
Block a user