mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 00:25:37 -05:00
More header massaging... works great on Windows. ;-)
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
slouken@libsdl.org
|
||||
*/
|
||||
|
||||
#include "SDL_stdlib.h"
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_mutex.h"
|
||||
|
||||
@@ -48,7 +48,6 @@ extern struct DosLibrary *DOSBase;
|
||||
extern struct ExecBase *SysBase;
|
||||
static struct GfxBase *GfxBase;
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
#include "SDL_thread.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer_c.h"
|
||||
|
||||
static bigtime_t start;
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
#include "SDL_thread.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer_c.h"
|
||||
|
||||
static unsigned start;
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
/*#define USE_CLOCK_GETTIME*/
|
||||
#endif
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
#include <mint/osbind.h>
|
||||
#include <mint/mintbind.h>
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_thread.h"
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
#include "SDL_thread.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_error.h"
|
||||
|
||||
|
||||
#define TIME_WRAP_VALUE (~(DWORD)0)
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_error.h"
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
#error This is WinCE. Please use src/timer/wince/SDL_systimer.c instead.
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_error.h"
|
||||
|
||||
static Uint64 start_date;
|
||||
static Uint64 start_ticks;
|
||||
|
||||
Reference in New Issue
Block a user