refactor/single-include: diff.h (#6443)

This commit is contained in:
Carlo Abelli 2017-04-06 08:48:42 -04:00 committed by Justin M. Keyes
parent 210b013ce7
commit c501d7c432
2 changed files with 3 additions and 1 deletions

View File

@ -425,7 +425,6 @@ endfunction()
set(NO_SINGLE_CHECK_HEADERS
cursor_shape.h
diff.h
digraph.h
ex_cmds.h
ex_getln.h

View File

@ -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