mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor/single-include: diff.h (#6443)
This commit is contained in:

committed by
Justin M. Keyes

parent
210b013ce7
commit
c501d7c432
@@ -425,7 +425,6 @@ endfunction()
|
|||||||
|
|
||||||
set(NO_SINGLE_CHECK_HEADERS
|
set(NO_SINGLE_CHECK_HEADERS
|
||||||
cursor_shape.h
|
cursor_shape.h
|
||||||
diff.h
|
|
||||||
digraph.h
|
digraph.h
|
||||||
ex_cmds.h
|
ex_cmds.h
|
||||||
ex_getln.h
|
ex_getln.h
|
||||||
|
@@ -1,6 +1,9 @@
|
|||||||
#ifndef NVIM_DIFF_H
|
#ifndef NVIM_DIFF_H
|
||||||
#define NVIM_DIFF_H
|
#define NVIM_DIFF_H
|
||||||
|
|
||||||
|
#include "nvim/pos.h"
|
||||||
|
#include "nvim/ex_cmds_defs.h"
|
||||||
|
|
||||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "diff.h.generated.h"
|
# include "diff.h.generated.h"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user