aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/getchar.h')
-rw-r--r--src/nvim/getchar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/getchar.h b/src/nvim/getchar.h
index 55b5657dc8..c97c7d6d74 100644
--- a/src/nvim/getchar.h
+++ b/src/nvim/getchar.h
@@ -1,5 +1,4 @@
-#ifndef NVIM_GETCHAR_H
-#define NVIM_GETCHAR_H
+#pragma once
#include <stdbool.h>
#include <stdint.h>
@@ -25,4 +24,3 @@ extern FileDescriptor *scriptin[NSCRIPT];
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "getchar.h.generated.h"
#endif
-#endif // NVIM_GETCHAR_H