More header massaging... works great on Windows. ;-)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401362
This commit is contained in:
Sam Lantinga 2006-02-10 06:48:43 +00:00
parent 7d878d138f
commit 684909fae2
268 changed files with 90 additions and 806 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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;

View file

@ -24,7 +24,6 @@
#include "SDL_thread.h"
#include "SDL_timer.h"
#include "SDL_error.h"
#include "SDL_timer_c.h"
static unsigned start;

View file

@ -45,7 +45,6 @@
/*#define USE_CLOCK_GETTIME*/
#endif
#include "SDL_error.h"
#include "SDL_timer.h"
#include "SDL_timer_c.h"

View file

@ -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"

View file

@ -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)

View file

@ -27,7 +27,6 @@
#include <string.h>
#include <errno.h>
#include "SDL_error.h"
#include "SDL_timer.h"
#include "SDL_timer_c.h"

View file

@ -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.

View file

@ -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;