mirror of
https://github.com/neovim/neovim.git
synced 2026-02-01 18:11:12 +10:00
8 lines
136 B
C
8 lines
136 B
C
#pragma once
|
|
|
|
#include <lua.h> // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "lua/stdlib.h.generated.h"
|
|
#endif
|