Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit b03de97

Browse files
author
litek
committed
<io.h> isn't actually needed in context.cpp
1 parent 9c6bf7e commit b03de97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

context.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifdef _WIN32
2-
#include <io.h>
32
#include <direct.h>
4-
#define getcwd _getcwd
3+
#define getcwd _getcwd
54
#else
65
#include <unistd.h>
76
#endif

0 commit comments

Comments
 (0)