aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/api/command.h')
-rw-r--r--src/nvim/api/command.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/api/command.h b/src/nvim/api/command.h
index 78af5cbf64..7f8c35f89a 100644
--- a/src/nvim/api/command.h
+++ b/src/nvim/api/command.h
@@ -1,9 +1,9 @@
#pragma once
+#include <stdint.h> // IWYU pragma: keep
+
#include "nvim/api/keysets.h"
-#include "nvim/api/private/defs.h"
-#include "nvim/decoration.h"
-#include "nvim/ex_cmds.h"
+#include "nvim/api/private/defs.h" // IWYU pragma: keep
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/command.h.generated.h"