aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/digraph.h')
-rw-r--r--src/nvim/digraph.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/digraph.h b/src/nvim/digraph.h
index 71330ae9b1..d7662785fe 100644
--- a/src/nvim/digraph.h
+++ b/src/nvim/digraph.h
@@ -1,5 +1,4 @@
-#ifndef NVIM_DIGRAPH_H
-#define NVIM_DIGRAPH_H
+#pragma once
#include "nvim/ex_cmds_defs.h"
#include "nvim/types.h"
@@ -7,4 +6,3 @@
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "digraph.h.generated.h"
#endif
-#endif // NVIM_DIGRAPH_H