aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spellfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/spellfile.h')
-rw-r--r--src/nvim/spellfile.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/nvim/spellfile.h b/src/nvim/spellfile.h
index 235bc07f61..3e68ddd5a4 100644
--- a/src/nvim/spellfile.h
+++ b/src/nvim/spellfile.h
@@ -1,13 +1,8 @@
-#ifndef NVIM_SPELLFILE_H
-#define NVIM_SPELLFILE_H
+#pragma once
-#include <stdbool.h>
-
-#include "nvim/ex_cmds_defs.h"
-#include "nvim/spell_defs.h"
-#include "nvim/types.h"
+#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
+#include "nvim/spell_defs.h" // IWYU pragma: keep
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "spellfile.h.generated.h"
#endif
-#endif // NVIM_SPELLFILE_H