remove sys/stat.h in header files for better Android compatibility

This commit is contained in:
twinaphex 2014-04-26 19:13:46 +02:00
parent 76fa0bc140
commit 3d9dc6a837
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@
#include "../mednafen.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <errno.h>

View File

@ -42,7 +42,6 @@
#include <fcntl.h>
#include <math.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>