diff options
author | b-r-o-c-k <brockmammen@gmail.com> | 2018-03-04 17:44:23 -0600 |
---|---|---|
committer | b-r-o-c-k <brockmammen@gmail.com> | 2018-03-04 17:44:23 -0600 |
commit | fb3667cd16adfb1564ccbe36973f8874afc1524f (patch) | |
tree | 7b5fb55df68e371fd4b5a496e3b55238f78843c3 | |
parent | cfb713b5c6a3cde25e12ffba87b488105d82c76a (diff) | |
download | rneovim-fb3667cd16adfb1564ccbe36973f8874afc1524f.tar.gz rneovim-fb3667cd16adfb1564ccbe36973f8874afc1524f.tar.bz2 rneovim-fb3667cd16adfb1564ccbe36973f8874afc1524f.zip |
build/msvc: Remove confusing comment
-rw-r--r-- | src/nvim/os/unix_defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/os/unix_defs.h b/src/nvim/os/unix_defs.h index 27e64f20cf..60a2dfa882 100644 --- a/src/nvim/os/unix_defs.h +++ b/src/nvim/os/unix_defs.h @@ -1,8 +1,6 @@ #ifndef NVIM_OS_UNIX_DEFS_H #define NVIM_OS_UNIX_DEFS_H -// Windows doesn't have the following headers, -// so we include them here to avoid numerous instances of `#ifdef WIN32'. #include <unistd.h> #include <sys/param.h> |