diff options
Diffstat (limited to 'src/nvim/regexp.h')
-rw-r--r-- | src/nvim/regexp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/regexp.h b/src/nvim/regexp.h index 5760b4a4fa..f025584460 100644 --- a/src/nvim/regexp.h +++ b/src/nvim/regexp.h @@ -1,5 +1,4 @@ -#ifndef NVIM_REGEXP_H -#define NVIM_REGEXP_H +#pragma once #include "nvim/buffer_defs.h" #include "nvim/regexp_defs.h" @@ -20,5 +19,3 @@ #ifdef INCLUDE_GENERATED_DECLARATIONS # include "regexp.h.generated.h" #endif - -#endif // NVIM_REGEXP_H |