diff options
Diffstat (limited to 'src/nvim/help.h')
-rw-r--r-- | src/nvim/help.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/help.h b/src/nvim/help.h index 21e11392ee..7e65e9e133 100644 --- a/src/nvim/help.h +++ b/src/nvim/help.h @@ -1,5 +1,4 @@ -#ifndef NVIM_HELP_H -#define NVIM_HELP_H +#pragma once #include <stdbool.h> @@ -8,4 +7,3 @@ #ifdef INCLUDE_GENERATED_DECLARATIONS # include "help.h.generated.h" #endif -#endif // NVIM_HELP_H |