diff options
Diffstat (limited to 'src/nvim/ex_cmds.h')
-rw-r--r-- | src/nvim/ex_cmds.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/ex_cmds.h b/src/nvim/ex_cmds.h index f101c1b710..493b17431c 100644 --- a/src/nvim/ex_cmds.h +++ b/src/nvim/ex_cmds.h @@ -1,5 +1,4 @@ -#ifndef NVIM_EX_CMDS_H -#define NVIM_EX_CMDS_H +#pragma once #include <stdbool.h> @@ -34,4 +33,3 @@ typedef struct { #ifdef INCLUDE_GENERATED_DECLARATIONS # include "ex_cmds.h.generated.h" #endif -#endif // NVIM_EX_CMDS_H |