aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ops.h')
-rw-r--r--src/nvim/ops.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/ops.h b/src/nvim/ops.h
index 425b760108..dfd3946432 100644
--- a/src/nvim/ops.h
+++ b/src/nvim/ops.h
@@ -1,5 +1,4 @@
-#ifndef NVIM_OPS_H
-#define NVIM_OPS_H
+#pragma once
#include <stdbool.h>
#include <stddef.h>
@@ -138,5 +137,3 @@ static inline bool is_literal_register(const int regname)
#endif
EXTERN LuaRef repeat_luaref INIT( = LUA_NOREF); ///< LuaRef for "."
-
-#endif // NVIM_OPS_H