aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/shell.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-29 12:10:42 +0800
committerGitHub <noreply@github.com>2023-11-29 12:10:42 +0800
commit64b53b71ba5d804b2c8cf186be68931b2621f53c (patch)
tree8bee6d6d45876d11011e22143a39ca417f8485c6 /src/nvim/os/shell.c
parent8868ecd401f6a45d005fe68c57fbba79d32af192 (diff)
downloadrneovim-64b53b71ba5d804b2c8cf186be68931b2621f53c.tar.gz
rneovim-64b53b71ba5d804b2c8cf186be68931b2621f53c.tar.bz2
rneovim-64b53b71ba5d804b2c8cf186be68931b2621f53c.zip
refactor(IWYU): create normal_defs.h (#26293)
Diffstat (limited to 'src/nvim/os/shell.c')
-rw-r--r--src/nvim/os/shell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/os/shell.c b/src/nvim/os/shell.c
index 0aaa7be2b8..994c67ae4c 100644
--- a/src/nvim/os/shell.c
+++ b/src/nvim/os/shell.c
@@ -31,7 +31,6 @@
#include "nvim/message.h"
#include "nvim/option_vars.h"
#include "nvim/os/fs.h"
-#include "nvim/os/os_defs.h"
#include "nvim/os/shell.h"
#include "nvim/os/signal.h"
#include "nvim/os/time.h"