mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-05 20:33:25 +02:00
Cleanups
This commit is contained in:
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user