aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/spell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/lua/spell.h')
-rw-r--r--src/nvim/lua/spell.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/lua/spell.h b/src/nvim/lua/spell.h
index 8f798a5191..adf3e9dd60 100644
--- a/src/nvim/lua/spell.h
+++ b/src/nvim/lua/spell.h
@@ -1,5 +1,4 @@
-#ifndef NVIM_LUA_SPELL_H
-#define NVIM_LUA_SPELL_H
+#pragma once
#include <lauxlib.h>
#include <lua.h>
@@ -8,5 +7,3 @@
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "lua/spell.h.generated.h"
#endif
-
-#endif // NVIM_LUA_SPELL_H