mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 23:05:41 +00:00
refactor: fix runtime_defs.h (#26259)
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
#include <lua.h> // IWYU pragma: keep
|
||||
#include <stdint.h> // IWYU pragma: keep
|
||||
|
||||
#include "nvim/api/keysets_defs.h"
|
||||
#include "nvim/api/keysets_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/api/private/defs.h" // IWYU pragma: keep
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/buffer_defs.h" // IWYU pragma: keep
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "api/buffer.h.generated.h"
|
||||
|
||||
Reference in New Issue
Block a user