refactor/single-include (#6687)

This commit is contained in:
Carlo Abelli
2017-05-08 09:08:12 -04:00
committed by Justin M. Keyes
parent a9605bb4af
commit aace622ca5
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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