mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 04:12:01 +00:00
refactor: fix runtime_defs.h (#26259)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#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
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
||||
Reference in New Issue
Block a user