Remove unnecessary #include errno.h

svn-id: r46109
This commit is contained in:
Max Horn 2009-11-23 23:15:44 +00:00
parent 6b8dd7ab7a
commit fe48378eb2

View File

@ -25,8 +25,6 @@
#include "backends/fs/stdiostream.h"
#include <errno.h>
#ifdef __PLAYSTATION2__
// for those replaced fopen/fread/etc functions
#include "backends/platform/ps2/fileio.h"