mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
build(clint): more precise check for "defs" headers (#26236)
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <lua.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <lua.h> // IWYU pragma: keep
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/eval/typval_defs.h"
|
||||
#include "nvim/func_attr.h"
|
||||
#include "nvim/api/private/defs.h" // IWYU pragma: keep
|
||||
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
|
||||
|
||||
#define nlua_pop_Buffer nlua_pop_handle
|
||||
#define nlua_pop_Window nlua_pop_handle
|
||||
|
Reference in New Issue
Block a user