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

@@ -13,7 +13,7 @@
#include "nvim/pos.h"
#include "nvim/types.h"
// only for debug functions:
#include "api/private/defs.h"
#include "nvim/api/private/defs.h"
struct mtnode_s;