aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/shell.h')
-rw-r--r--src/nvim/os/shell.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/os/shell.h b/src/nvim/os/shell.h
index 498c72e63d..82c83543af 100644
--- a/src/nvim/os/shell.h
+++ b/src/nvim/os/shell.h
@@ -1,8 +1,6 @@
#pragma once
-#include <stdio.h>
-
-#include "nvim/types.h"
+#include <stddef.h> // IWYU pragma: keep
// Flags for os_call_shell() second argument
typedef enum {