diff options
Diffstat (limited to 'src/nvim/quickfix.h')
-rw-r--r-- | src/nvim/quickfix.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/quickfix.h b/src/nvim/quickfix.h index 70b013be9c..e406679dcb 100644 --- a/src/nvim/quickfix.h +++ b/src/nvim/quickfix.h @@ -1,5 +1,4 @@ -#ifndef NVIM_QUICKFIX_H -#define NVIM_QUICKFIX_H +#pragma once #include "nvim/ex_cmds_defs.h" #include "nvim/option_defs.h" @@ -13,4 +12,3 @@ #ifdef INCLUDE_GENERATED_DECLARATIONS # include "quickfix.h.generated.h" #endif -#endif // NVIM_QUICKFIX_H |