mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
refactor/single-include: charset.h (#6385)
This commit is contained in:
parent
6fbcbebae0
commit
b9e7ab1484
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user