mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 10:18:51 +01:00
Cleanups
This commit is contained in:
parent
4a2848af48
commit
fa80ff3c4b
3
common.h
3
common.h
@ -35,7 +35,6 @@
|
|||||||
|
|
||||||
#define _BSD_SOURCE // sync
|
#define _BSD_SOURCE // sync
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
@ -87,7 +86,6 @@
|
|||||||
#define file_tag_type s32
|
#define file_tag_type s32
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <stdio.h>
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
typedef unsigned char u8;
|
typedef unsigned char u8;
|
||||||
@ -190,7 +188,6 @@ typedef u32 fixed8_24;
|
|||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user