aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-01-02 17:56:17 -0500
committerGitHub <noreply@github.com>2023-01-02 14:56:17 -0800
commita283a99165865e88ea8df366d1b2db290e9c637a (patch)
tree4f0db3b7879d2186544f14ec506f97ea93bfca76 /src/nvim/os_unix.h
parent5c6f2122ad65eb16786e7b4a7b0835b50f23f943 (diff)
downloadrneovim-a283a99165865e88ea8df366d1b2db290e9c637a.tar.gz
rneovim-a283a99165865e88ea8df366d1b2db290e9c637a.tar.bz2
rneovim-a283a99165865e88ea8df366d1b2db290e9c637a.zip
refactor: eliminate os_unix.c #21621
Diffstat (limited to 'src/nvim/os_unix.h')
-rw-r--r--src/nvim/os_unix.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/nvim/os_unix.h b/src/nvim/os_unix.h
deleted file mode 100644
index 31430ee23a..0000000000
--- a/src/nvim/os_unix.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef NVIM_OS_UNIX_H
-#define NVIM_OS_UNIX_H
-
-#include "nvim/os/shell.h"
-#include "nvim/types.h"
-
-#ifdef INCLUDE_GENERATED_DECLARATIONS
-# include "os_unix.h.generated.h"
-#endif
-#endif // NVIM_OS_UNIX_H