diff options
Diffstat (limited to 'sdl.c')
-rw-r--r-- | sdl.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -21,11 +21,6 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "qemu-common.h" -#include "console.h" -#include "sysemu.h" -#include "x_keymap.h" - #include <SDL.h> #include <SDL/SDL_syswm.h> @@ -33,6 +28,11 @@ #include <signal.h> #endif +#include "qemu-common.h" +#include "console.h" +#include "sysemu.h" +#include "x_keymap.h" + static DisplayChangeListener *dcl; static SDL_Surface *real_screen; static SDL_Surface *guest_screen = NULL; |