diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-11-27 08:34:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 08:34:06 +0800 |
| commit | 7e2387f41be7cd8304fe48bfa089f2bea155dd5a (patch) | |
| tree | a42297eb3f19452963d819757163603b55bd611b /src/nvim/tui | |
| parent | c2a5105e88758fc27fbcf49909c7790a75810e8a (diff) | |
| download | rneovim-7e2387f41be7cd8304fe48bfa089f2bea155dd5a.tar.gz rneovim-7e2387f41be7cd8304fe48bfa089f2bea155dd5a.tar.bz2 rneovim-7e2387f41be7cd8304fe48bfa089f2bea155dd5a.zip | |
build(clint): more precise check for "defs" headers (#26236)
Diffstat (limited to 'src/nvim/tui')
| -rw-r--r-- | src/nvim/tui/terminfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/tui/terminfo.h b/src/nvim/tui/terminfo.h index f435926dd7..039c722d25 100644 --- a/src/nvim/tui/terminfo.h +++ b/src/nvim/tui/terminfo.h @@ -1,8 +1,8 @@ #pragma once -#include <unibilium.h> +#include <unibilium.h> // IWYU pragma: keep -#include "nvim/api/private/defs.h" +#include "nvim/api/private/defs.h" // IWYU pragma: keep #ifdef INCLUDE_GENERATED_DECLARATIONS # include "tui/terminfo.h.generated.h" |