mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
8 lines
135 B
C
8 lines
135 B
C
#pragma once
|
|
|
|
#include <lua.h> // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "lua/xdiff.h.generated.h"
|
|
#endif
|