build(clint): more precise check for "defs" headers (#26236)

This commit is contained in:
zeertzjq
2023-11-27 08:34:06 +08:00
committed by GitHub
parent c2a5105e88
commit 7e2387f41b
11 changed files with 25 additions and 41 deletions

View File

@@ -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"