diff options
Diffstat (limited to 'src/nvim/os/shell.h')
-rw-r--r-- | src/nvim/os/shell.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/os/shell.h b/src/nvim/os/shell.h index 3d0e32bf67..e912baedf8 100644 --- a/src/nvim/os/shell.h +++ b/src/nvim/os/shell.h @@ -2,7 +2,6 @@ #define NVIM_OS_SHELL_H #include <stdbool.h> - #include "nvim/types.h" // Flags for mch_call_shell() second argument @@ -17,11 +16,7 @@ typedef enum { kShellOptHideMess = 128, ///< previously a global variable from os_unix.c } ShellOpts; - - - #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/shell.h.generated.h" #endif #endif // NVIM_OS_SHELL_H - |