(svn r12991) -Codechange: removed some unneeded includes

This commit is contained in:
glx
2008-05-07 14:12:20 +00:00
parent 694ba37377
commit c2c9121307
2 changed files with 0 additions and 5 deletions

View File

@@ -18,7 +18,6 @@
#ifdef WIN32
# include <tchar.h>
# include <io.h>
# define access _taccess
# define unlink _tunlink
#else