diff options
Diffstat (limited to 'src/nvim/os')
-rw-r--r-- | src/nvim/os/msgpack_rpc.h | 1 | ||||
-rw-r--r-- | src/nvim/os/server.c | 1 | ||||
-rw-r--r-- | src/nvim/os/shell.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/os/msgpack_rpc.h b/src/nvim/os/msgpack_rpc.h index e185db3dc2..5aca900d2e 100644 --- a/src/nvim/os/msgpack_rpc.h +++ b/src/nvim/os/msgpack_rpc.h @@ -2,7 +2,6 @@ #define NVIM_OS_MSGPACK_RPC_H #include <stdint.h> -#include <stdbool.h> #include <msgpack.h> diff --git a/src/nvim/os/server.c b/src/nvim/os/server.c index 6e77c6b334..b90e7e318b 100644 --- a/src/nvim/os/server.c +++ b/src/nvim/os/server.c @@ -1,7 +1,6 @@ #include <stdlib.h> #include <string.h> #include <stdint.h> -#include <stdbool.h> #include <uv.h> diff --git a/src/nvim/os/shell.h b/src/nvim/os/shell.h index e912baedf8..a4c588d7a3 100644 --- a/src/nvim/os/shell.h +++ b/src/nvim/os/shell.h @@ -1,7 +1,6 @@ #ifndef NVIM_OS_SHELL_H #define NVIM_OS_SHELL_H -#include <stdbool.h> #include "nvim/types.h" // Flags for mch_call_shell() second argument |