mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
build(clint): more precise check for "defs" headers (#26236)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdint.h> // IWYU pragma: keep
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/api/private/defs.h" // IWYU pragma: keep
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "api/deprecated.h.generated.h"
|
||||
|
Reference in New Issue
Block a user