sys/time.h include clean-up (PS3 PPU)

master
Damian 2020-08-17 21:14:30 -03:00
parent 5f74b69624
commit 901d4a0040
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>