build/msvc: Remove confusing comment

This commit is contained in:
b-r-o-c-k 2018-03-04 17:44:23 -06:00
parent cfb713b5c6
commit fb3667cd16

View File

@ -1,8 +1,6 @@
#ifndef NVIM_OS_UNIX_DEFS_H #ifndef NVIM_OS_UNIX_DEFS_H
#define 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 <unistd.h>
#include <sys/param.h> #include <sys/param.h>