aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/mapping.h')
-rw-r--r--src/nvim/mapping.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/mapping.h b/src/nvim/mapping.h
index 860bbad272..68f272ee42 100644
--- a/src/nvim/mapping.h
+++ b/src/nvim/mapping.h
@@ -1,5 +1,4 @@
-#ifndef NVIM_MAPPING_H
-#define NVIM_MAPPING_H
+#pragma once
#include <stdbool.h>
#include <stddef.h>
@@ -25,4 +24,3 @@ enum {
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "mapping.h.generated.h"
#endif
-#endif // NVIM_MAPPING_H