diff options
Diffstat (limited to 'src/nvim/textobject.h')
-rw-r--r-- | src/nvim/textobject.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/textobject.h b/src/nvim/textobject.h index e31557f297..cc8e22d6ef 100644 --- a/src/nvim/textobject.h +++ b/src/nvim/textobject.h @@ -1,5 +1,4 @@ -#ifndef NVIM_TEXTOBJECT_H -#define NVIM_TEXTOBJECT_H +#pragma once #include "nvim/normal.h" #include "nvim/pos.h" @@ -8,4 +7,3 @@ #ifdef INCLUDE_GENERATED_DECLARATIONS # include "textobject.h.generated.h" #endif -#endif // NVIM_TEXTOBJECT_H |