blob: 876ea9ccea5bca5f8109bfc9627a1613853652d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#pragma once
#include "nvim/api/private/defs.h" // IWYU pragma: keep
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "winfloat.h.generated.h"
#endif
|