diff options
Diffstat (limited to 'src/nvim/edit.h')
-rw-r--r-- | src/nvim/edit.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/edit.h b/src/nvim/edit.h index 91c519f015..e64e45bec1 100644 --- a/src/nvim/edit.h +++ b/src/nvim/edit.h @@ -1,5 +1,4 @@ -#ifndef NVIM_EDIT_H -#define NVIM_EDIT_H +#pragma once #include "nvim/autocmd.h" #include "nvim/vim.h" @@ -29,4 +28,3 @@ #ifdef INCLUDE_GENERATED_DECLARATIONS # include "edit.h.generated.h" #endif -#endif // NVIM_EDIT_H |