mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
refactor/single-include: diff.h (#6443)
This commit is contained in:
parent
210b013ce7
commit
c501d7c432
@ -425,7 +425,6 @@ endfunction()
|
||||
|
||||
set(NO_SINGLE_CHECK_HEADERS
|
||||
cursor_shape.h
|
||||
diff.h
|
||||
digraph.h
|
||||
ex_cmds.h
|
||||
ex_getln.h
|
||||
|
@ -1,6 +1,9 @@
|
||||
#ifndef NVIM_DIFF_H
|
||||
#define NVIM_DIFF_H
|
||||
|
||||
#include "nvim/pos.h"
|
||||
#include "nvim/ex_cmds_defs.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "diff.h.generated.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user