summaryrefslogtreecommitdiff
path: root/src/fios.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios.cpp')
-rw-r--r--src/fios.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fios.cpp b/src/fios.cpp
index 951536406..3299b223e 100644
--- a/src/fios.cpp
+++ b/src/fios.cpp
@@ -12,10 +12,6 @@
#include <sys/stat.h>
#ifdef WIN32
-# include <tchar.h>
-# ifndef UNICODE
-# include <io.h>
-# endif
# define access _taccess
#else
# include <unistd.h>