diff options
Diffstat (limited to 'src/nvim/option.h')
-rw-r--r-- | src/nvim/option.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/option.h b/src/nvim/option.h index 9e936f39ca..f60810f8de 100644 --- a/src/nvim/option.h +++ b/src/nvim/option.h @@ -1,5 +1,4 @@ -#ifndef NVIM_OPTION_H -#define NVIM_OPTION_H +#pragma once #include <stdint.h> @@ -116,4 +115,3 @@ typedef enum { #ifdef INCLUDE_GENERATED_DECLARATIONS # include "option.h.generated.h" #endif -#endif // NVIM_OPTION_H |