mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
refactor/single-include (#6687)
This commit is contained in:

committed by
Justin M. Keyes

parent
a9605bb4af
commit
aace622ca5
@@ -429,10 +429,6 @@ function(get_test_target prefix sfile relative_path_var target_var)
|
|||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
set(NO_SINGLE_CHECK_HEADERS
|
set(NO_SINGLE_CHECK_HEADERS
|
||||||
misc2.h
|
|
||||||
msgpack_rpc/server.h
|
|
||||||
os/shell.h
|
|
||||||
os_unix.h
|
|
||||||
os/win_defs.h
|
os/win_defs.h
|
||||||
regexp_defs.h
|
regexp_defs.h
|
||||||
syntax_defs.h
|
syntax_defs.h
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
#ifndef NVIM_MSGPACK_RPC_SERVER_H
|
#ifndef NVIM_MSGPACK_RPC_SERVER_H
|
||||||
#define NVIM_MSGPACK_RPC_SERVER_H
|
#define NVIM_MSGPACK_RPC_SERVER_H
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "msgpack_rpc/server.h.generated.h"
|
# include "msgpack_rpc/server.h.generated.h"
|
||||||
#endif
|
#endif
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
#ifndef NVIM_OS_SHELL_H
|
#ifndef NVIM_OS_SHELL_H
|
||||||
#define NVIM_OS_SHELL_H
|
#define NVIM_OS_SHELL_H
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "nvim/types.h"
|
#include "nvim/types.h"
|
||||||
|
|
||||||
// Flags for os_call_shell() second argument
|
// Flags for os_call_shell() second argument
|
||||||
|
Reference in New Issue
Block a user