mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 02:17:09 +10:00
10 lines
202 B
C
10 lines
202 B
C
#pragma once
|
|
|
|
#include <unibilium.h> // IWYU pragma: keep
|
|
|
|
#include "nvim/api/private/defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "tui/terminfo.h.generated.h"
|
|
#endif
|