mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 18:48:24 +10:00
8 lines
140 B
C
8 lines
140 B
C
#ifndef NVIM_DIFF_H
|
|
#define NVIM_DIFF_H
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "diff.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_DIFF_H
|