Moved #include to the top.

This commit is contained in:
hiker 2014-10-25 10:32:28 +11:00
parent 759182bb68
commit d8cb6e1069

View File

@ -16,6 +16,8 @@
#include "COSOperator.h"
#include "dimension2d.h"
#include "IGUISpriteBank.h"
#include <mmsystem.h>
#include <regstr.h>
#include <winuser.h>
#if defined(_IRR_COMPILE_WITH_JOYSTICK_EVENTS_)
#ifdef _IRR_COMPILE_WITH_DIRECTINPUT_JOYSTICK_
@ -359,12 +361,6 @@ void pollJoysticks()
#endif // _IRR_COMPILE_WITH_JOYSTICK_EVENTS_
}
#include <stdio.h>
#include <mmsystem.h>
#include <regstr.h>
/** This function is ported from SDL and released under zlip:
* Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
*/