Mercurial > sdl-ios-xcode
comparison src/video/uikit/SDL_uikitappdelegate.m @ 2410:3fc556a036d8 gsoc2008_iphone
removed reference to pthread.h
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Tue, 29 Jul 2008 17:35:20 +0000 |
parents | 32602672020e |
children | e060950cbf30 |
comparison
equal
deleted
inserted
replaced
2409:8cd70487d040 | 2410:3fc556a036d8 |
---|---|
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 #import "SDL_uikitappdelegate.h" | 23 #import "SDL_uikitappdelegate.h" |
24 #import "SDL_uikitopenglview.h" | 24 #import "SDL_uikitopenglview.h" |
25 #import <pthread.h> | |
26 #import "SDL_events_c.h" | 25 #import "SDL_events_c.h" |
27 #import "jump.h" | 26 #import "jump.h" |
28 | 27 |
29 #ifdef main | 28 #ifdef main |
30 #undef main | 29 #undef main |