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