Skip to content

Commit f9c728c

Browse files
committed
删掉不必要得代码
1 parent 4e0c631 commit f9c728c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CodeFormatServer/src/CodeFormatServer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
# define SET_BINARY_MODE() _setmode(_fileno(stdin), _O_BINARY);\
1212
_setmode(_fileno(stdout), _O_BINARY)
1313
#else
14-
# include <sys/io.h>
15-
# include <fcntl.h>
1614
# define SET_BINARY_MODE() (void)0
1715
#endif
1816

0 commit comments

Comments
 (0)