aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/decoration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/decoration.h')
-rw-r--r--src/nvim/decoration.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/decoration.h b/src/nvim/decoration.h
index b82beaeef3..2e224135ed 100644
--- a/src/nvim/decoration.h
+++ b/src/nvim/decoration.h
@@ -1,5 +1,4 @@
-#ifndef NVIM_DECORATION_H
-#define NVIM_DECORATION_H
+#pragma once
#include <stdbool.h>
#include <stddef.h>
@@ -128,5 +127,3 @@ static inline bool decor_has_sign(Decoration *decor)
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "decoration.h.generated.h"
#endif
-
-#endif // NVIM_DECORATION_H