Skip to content

Commit f8a8f95

Browse files
committed
Remove needless #include<unistd.h>
1 parent a47d6cf commit f8a8f95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/shared/VMMain.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
#include "VMMain.h"
3232
#include "CommonProxies.h"
3333
#include "common/IPC/CommonSyscalls.h"
34-
#ifndef _WIN32
35-
#include <unistd.h>
36-
#endif
3734

3835
IPC::Channel VM::rootChannel;
3936

0 commit comments

Comments
 (0)