aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/shada.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/shada.h')
-rw-r--r--src/nvim/shada.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/nvim/shada.h b/src/nvim/shada.h
index 2a945a06bc..d7cac24afc 100644
--- a/src/nvim/shada.h
+++ b/src/nvim/shada.h
@@ -1,7 +1,6 @@
-#ifndef NVIM_SHADA_H
-#define NVIM_SHADA_H
+#pragma once
-#include <msgpack.h>
+#include <msgpack.h> // IWYU pragma: keep
/// Flags for shada_read_file and children
typedef enum {
@@ -15,4 +14,3 @@ typedef enum {
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "shada.h.generated.h"
#endif
-#endif // NVIM_SHADA_H