blob: 2689cf6ae652579dce38d1580c294940f754c9b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_API_TABPAGE_H
#define NVIM_API_TABPAGE_H
#include "nvim/api/private/defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/tabpage.h.generated.h"
#endif
#endif // NVIM_API_TABPAGE_H
|