aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/base64.h')
-rw-r--r--src/nvim/base64.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/base64.h b/src/nvim/base64.h
index 2162fd9ba2..39e04b3565 100644
--- a/src/nvim/base64.h
+++ b/src/nvim/base64.h
@@ -1,10 +1,7 @@
-#ifndef NVIM_BASE64_H
-#define NVIM_BASE64_H
+#pragma once
#include <stddef.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "base64.h.generated.h"
#endif
-
-#endif // NVIM_BASE64_H