diff options
Diffstat (limited to 'src/nvim/arabic.h')
-rw-r--r-- | src/nvim/arabic.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nvim/arabic.h b/src/nvim/arabic.h index 3c34de1449..ac27153a37 100644 --- a/src/nvim/arabic.h +++ b/src/nvim/arabic.h @@ -1,11 +1,7 @@ -#ifndef NVIM_ARABIC_H -#define NVIM_ARABIC_H - -#include <stdbool.h> +#pragma once #define ARABIC_CHAR(ch) (((ch) & 0xFF00) == 0x0600) #ifdef INCLUDE_GENERATED_DECLARATIONS # include "arabic.h.generated.h" #endif -#endif // NVIM_ARABIC_H |