aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval/decode.h')
-rw-r--r--src/nvim/eval/decode.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/eval/decode.h b/src/nvim/eval/decode.h
index 7455130221..3000cd3211 100644
--- a/src/nvim/eval/decode.h
+++ b/src/nvim/eval/decode.h
@@ -1,5 +1,4 @@
-#ifndef NVIM_EVAL_DECODE_H
-#define NVIM_EVAL_DECODE_H
+#pragma once
#include <msgpack.h>
#include <stddef.h>
@@ -10,4 +9,3 @@
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/decode.h.generated.h"
#endif
-#endif // NVIM_EVAL_DECODE_H