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