diff options
Diffstat (limited to 'src/nvim/os/shell.h')
-rw-r--r-- | src/nvim/os/shell.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/os/shell.h b/src/nvim/os/shell.h index 48503f2601..498c72e63d 100644 --- a/src/nvim/os/shell.h +++ b/src/nvim/os/shell.h @@ -1,5 +1,4 @@ -#ifndef NVIM_OS_SHELL_H -#define NVIM_OS_SHELL_H +#pragma once #include <stdio.h> @@ -19,4 +18,3 @@ typedef enum { #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/shell.h.generated.h" #endif -#endif // NVIM_OS_SHELL_H |