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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/debugger.h b/src/nvim/debugger.h
index 8b79fcf955..c4caeffd66 100644
--- a/src/nvim/debugger.h
+++ b/src/nvim/debugger.h
@@ -1,8 +1,6 @@
#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"