mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 14:25:32 +00:00
build/msvc: Remove confusing comment
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user