diff options
Diffstat (limited to 'src/nvim/main.h')
-rw-r--r-- | src/nvim/main.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/main.h b/src/nvim/main.h index 2d54837872..6aeb62712a 100644 --- a/src/nvim/main.h +++ b/src/nvim/main.h @@ -1,5 +1,4 @@ -#ifndef NVIM_MAIN_H -#define NVIM_MAIN_H +#pragma once #include <stdbool.h> @@ -51,4 +50,3 @@ typedef struct { #ifdef INCLUDE_GENERATED_DECLARATIONS # include "main.h.generated.h" #endif -#endif // NVIM_MAIN_H |