refactor/single-include: digraph.h #6444

This commit is contained in:
dedmass 2017-04-04 20:53:26 -04:00 committed by Justin M. Keyes
parent fd8f18bce2
commit f4e97fe499
2 changed files with 3 additions and 1 deletions

View File

@ -424,7 +424,6 @@ function(get_test_target prefix sfile relative_path_var target_var)
endfunction()
set(NO_SINGLE_CHECK_HEADERS
digraph.h
ex_cmds.h
ex_getln.h
file_search.h

View File

@ -1,6 +1,9 @@
#ifndef NVIM_DIGRAPH_H
#define NVIM_DIGRAPH_H
#include "nvim/types.h" // for char_u
#include "nvim/ex_cmds_defs.h" // for exarg_T
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "digraph.h.generated.h"
#endif