aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/debugger.h')
-rw-r--r--src/nvim/debugger.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/nvim/debugger.h b/src/nvim/debugger.h
index 1f1139b3bc..c4caeffd66 100644
--- a/src/nvim/debugger.h
+++ b/src/nvim/debugger.h
@@ -1,11 +1,7 @@
-#ifndef NVIM_DEBUGGER_H
-#define NVIM_DEBUGGER_H
+#pragma once
-#include <stdbool.h>
-
-#include "nvim/ex_cmds_defs.h"
+#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "debugger.h.generated.h"
#endif
-#endif // NVIM_DEBUGGER_H