aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r--src/nvim/os_unix.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c
index 36194d8692..01c2ef4164 100644
--- a/src/nvim/os_unix.c
+++ b/src/nvim/os_unix.c
@@ -70,11 +70,6 @@
# include <termios.h>
#endif
-/* shared library access */
-#if defined(HAVE_DLFCN_H) && defined(USE_DLOPEN)
-# include <dlfcn.h>
-#endif
-
#ifdef HAVE_SELINUX
# include <selinux/selinux.h>
static int selinux_enabled = -1;