mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
build(IWYU): fix includes for undo_defs.h
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "nvim/garray_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/globals.h"
|
||||
#include "nvim/os/fs_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/pos.h"
|
||||
#include "nvim/pos_defs.h"
|
||||
|
||||
// Values for readfile() flags
|
||||
#define READ_NEW 0x01 // read a file into a new buffer
|
||||
|
Reference in New Issue
Block a user