Merge pull request #330 from bucanero/master

sys/time.h include clean-up (PS3 PPU)
master
Ronnie Sahlberg 2020-08-18 11:38:20 +10:00 committed by GitHub
commit 9a10e17800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 1 additions and 33 deletions

View File

@ -24,7 +24,7 @@
#define _LIBNFS_H_
#include <stdint.h>
#if defined(__ANDROID__) || defined(AROS) \
#if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \
|| ( defined(__APPLE__) && defined(__MACH__) )
#include <sys/time.h>
#else

View File

@ -19,10 +19,6 @@
#include <win32/win32_compat.h>
#endif/*WIN32*/
#ifdef PS3_PPU
#include <sys/time.h>
#endif
#include <stdio.h>
#include <errno.h>
#include "libnfs-zdr.h"

View File

@ -21,10 +21,6 @@
#include <sys/stat.h>
#endif/*WIN32*/
#ifdef PS3_PPU
#include <sys/time.h>
#endif
#include <stdio.h>
#include <errno.h>
#include <string.h>

View File

@ -20,10 +20,6 @@
#include <sys/stat.h>
#endif/*WIN32*/
#ifdef PS3_PPU
#include <sys/time.h>
#endif
#include <stdio.h>
#include <errno.h>
#include <string.h>

View File

@ -22,10 +22,6 @@
#include <sys/stat.h>
#endif/*WIN32*/
#ifdef PS3_PPU
#include <sys/time.h>
#endif
#include <stdio.h>
#include <errno.h>
#include <string.h>

View File

@ -19,10 +19,6 @@
#include <win32/win32_compat.h>
#endif/*WIN32*/
#ifdef PS3_PPU
#include <sys/time.h>
#endif
#include <stdio.h>
#include <errno.h>
#include "libnfs-zdr.h"

View File

@ -19,10 +19,6 @@
#include <win32/win32_compat.h>
#endif/*WIN32*/
#ifdef PS3_PPU
#include <sys/time.h>
#endif
#include <stdio.h>
#include <errno.h>
#include "libnfs-zdr.h"

View File

@ -18,10 +18,6 @@
#include <win32/win32_compat.h>
#endif/*WIN32*/
#ifdef PS3_PPU
#include <sys/time.h>
#endif
#include <stdio.h>
#include "libnfs-zdr.h"
#include "libnfs.h"

View File

@ -18,10 +18,6 @@
#include <win32/win32_compat.h>
#endif/*WIN32*/
#ifdef PS3_PPU
#include <sys/time.h>
#endif
#include <stdio.h>
#include <errno.h>
#include <sys/stat.h>