diff options
Diffstat (limited to 'src/nvim/keycodes.h')
-rw-r--r-- | src/nvim/keycodes.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/keycodes.h b/src/nvim/keycodes.h index 9806808438..3b944d4680 100644 --- a/src/nvim/keycodes.h +++ b/src/nvim/keycodes.h @@ -1,5 +1,4 @@ -#ifndef NVIM_KEYCODES_H -#define NVIM_KEYCODES_H +#pragma once #include <stddef.h> @@ -501,4 +500,3 @@ enum { #ifdef INCLUDE_GENERATED_DECLARATIONS # include "keycodes.h.generated.h" #endif -#endif // NVIM_KEYCODES_H |