refactor/single-include: charset.h (#6385)

This commit is contained in:
Samuel Catherasoo 2017-03-28 19:21:30 -04:00 committed by Justin M. Keyes
parent 6fbcbebae0
commit b9e7ab1484
2 changed files with 4 additions and 1 deletions

View File

@ -400,7 +400,6 @@ set_property(TARGET nvim-test APPEND_STRING PROPERTY COMPILE_FLAGS -DUNIT_TESTIN
set(NO_SINGLE_CHECK_HEADERS
buffer
charset
cursor_shape
diff
digraph

View File

@ -1,6 +1,10 @@
#ifndef NVIM_CHARSET_H
#define NVIM_CHARSET_H
#include "nvim/types.h"
#include "nvim/pos.h"
#include "nvim/buffer_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "charset.h.generated.h"
#endif