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

This commit is contained in:
Sam Lantinga
2006-02-10 06:48:43 +00:00
parent 438d1885a7
commit 769424426d
268 changed files with 90 additions and 806 deletions

View File

@@ -22,9 +22,6 @@
/* System independent thread management routines for SDL */
#include "SDL_stdlib.h"
#include "SDL_string.h"
#include "SDL_error.h"
#include "SDL_mutex.h"
#include "SDL_thread.h"
#include "SDL_thread_c.h"

View File

@@ -22,7 +22,6 @@
/* An implementation of semaphores using mutexes and condition variables */
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread_c.h"

View File

@@ -22,7 +22,6 @@
/* BeOS thread management routines for SDL */
#include "SDL_error.h"
#include "SDL_mutex.h"
#include "SDL_thread.h"
#include "SDL_thread_c.h"

View File

@@ -22,9 +22,6 @@
/* System independent thread management routines for SDL */
#include "SDL_stdlib.h"
#include "SDL_string.h"
#include "SDL_error.h"
#include "SDL_mutex.h"
#include "SDL_thread.h"
#include "SDL_thread_c.h"

View File

@@ -24,7 +24,6 @@
#include <be/kernel/OS.h>
#include "SDL_error.h"
#include "SDL_thread.h"

View File

@@ -26,7 +26,6 @@
#include <signal.h>
#include <be/kernel/OS.h>
#include "SDL_error.h"
#include "SDL_mutex.h"
#include "SDL_thread.h"
#include "SDL_thread_c.h"

View File

@@ -20,8 +20,6 @@
slouken@libsdl.org
*/
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_timer.h"

View File

@@ -26,8 +26,6 @@
implementation, written by Christopher Tate and Owen Smith. Thanks!
*/
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
struct SDL_cond

View File

@@ -22,8 +22,6 @@
/* An implementation of mutexes using semaphores */
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread_c.h"

View File

@@ -22,7 +22,6 @@
/* An implementation of semaphores using mutexes and condition variables */
#include "SDL_error.h"
#include "SDL_timer.h"
#include "SDL_thread.h"
#include "SDL_systhread_c.h"

View File

@@ -22,7 +22,6 @@
/* Thread management routines for SDL */
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread.h"

View File

@@ -26,8 +26,6 @@
implementation, written by Christopher Tate and Owen Smith. Thanks!
*/
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
struct SDL_cond

View File

@@ -22,8 +22,6 @@
/* An implementation of mutexes using semaphores */
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread_c.h"

View File

@@ -22,8 +22,6 @@
/* An implementation of semaphores using mutexes and condition variables */
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_timer.h"
#include "SDL_thread.h"
#include "SDL_systhread_c.h"

View File

@@ -22,7 +22,6 @@
/* Thread management routines for SDL */
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread.h"

View File

@@ -28,7 +28,6 @@
#include <sys/wait.h>
#include <sys/prctl.h>
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread.h"

View File

@@ -42,8 +42,6 @@
#include <errno.h>
#include <pthread.h>
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_sysmutex_c.h"

View File

@@ -39,8 +39,6 @@
#include <pthread.h>
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"

View File

@@ -20,8 +20,6 @@
slouken@libsdl.org
*/
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_timer.h"

View File

@@ -22,8 +22,6 @@
/* Linux thread management routines for SDL */
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread.h"

View File

@@ -26,8 +26,6 @@
implementation, written by Christopher Tate and Owen Smith. Thanks!
*/
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
struct SDL_cond

View File

@@ -26,8 +26,6 @@
#define INCL_DOSSEMAPHORES
#include <os2.h>
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_mutex.h"

View File

@@ -27,8 +27,6 @@
#define INCL_DOSSEMAPHORES
#include <os2.h>
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_timer.h"

View File

@@ -27,8 +27,6 @@
#define INCL_DOSPROCESS
#include <os2.h>
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread.h"

View File

@@ -6,8 +6,6 @@
#include <pth.h>
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_syscond_c.h"
#include "SDL_sysmutex_c.h"

View File

@@ -6,8 +6,6 @@
#include <pth.h>
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_mutex.h"
#include "SDL_sysmutex_c.h"

View File

@@ -26,7 +26,6 @@
* Patrice Mandin
*/
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread.h"

View File

@@ -29,8 +29,6 @@
#include <unistd.h>
#include <pthread.h>
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_sysmutex_c.h"

View File

@@ -28,8 +28,6 @@
#include <pthread.h>
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
struct SDL_mutex {

View File

@@ -23,8 +23,6 @@
/* RISC OS semiphores based on linux code */
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_timer.h"
#include "SDL_thread.h"
#include "SDL_systhread_c.h"

View File

@@ -22,7 +22,6 @@
/* RISC OS version based on pthreads linux source */
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread.h"

View File

@@ -24,8 +24,6 @@
#include "SDL_windows.h"
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_mutex.h"

View File

@@ -24,8 +24,6 @@
#include "SDL_windows.h"
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#if defined(_WIN32_WCE) && (_WIN32_WCE < 300)
#include "win_ce_semaphore.h"

View File

@@ -24,8 +24,6 @@
#include "SDL_windows.h"
#include "SDL_stdlib.h"
#include "SDL_error.h"
#include "SDL_thread.h"
#include "SDL_systhread.h"