Cleanup of the use of include files in src/video/uikit

This commit is contained in:
Kees Bakker 2011-09-27 23:40:21 +02:00
parent 52f5e85d3b
commit 9da0e1c8c1
7 changed files with 8 additions and 17 deletions

View file

@ -18,13 +18,10 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "SDL_config.h"
#ifndef _SDL_uikitopengles
#define _SDL_uikitopengles
#include "SDL_uikitvideo.h"
#include "../SDL_sysvideo.h"
extern int UIKit_GL_MakeCurrent(_THIS, SDL_Window * window,
SDL_GLContext context);