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

@ -23,7 +23,6 @@
/* Application focus/iconification handling code for SDL */
#include "SDL_events.h"
#include "SDL_string.h"
#include "SDL_events_c.h"

View file

@ -23,10 +23,6 @@
/* General event handling code for SDL */
#include "SDL.h"
#include "SDL_thread.h"
#include "SDL_mutex.h"
#include "SDL_events.h"
#include "SDL_string.h"
#include "SDL_events_c.h"
#include "SDL_timer_c.h"
#ifndef DISABLE_JOYSTICK

View file

@ -22,10 +22,8 @@
/* General keyboard handling code for SDL */
#include "SDL_error.h"
#include "SDL_events.h"
#include "SDL_timer.h"
#include "SDL_string.h"
#include "SDL_events.h"
#include "SDL_events_c.h"
#include "SDL_sysevents.h"

View file

@ -23,7 +23,6 @@
/* General mouse handling code for SDL */
#include "SDL_events.h"
#include "SDL_string.h"
#include "SDL_events_c.h"
#include "SDL_cursor_c.h"
#include "SDL_sysvideo.h"