From 2c3152ea62d475007eb50abd07397e6074a197a9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 18 Mar 2007 18:59:35 +0000 Subject: Fix for bug #1683111 (PSP: unable to build latest svn version 26210) svn-id: r26225 --- backends/platform/psp/osys_psp.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backends/platform/psp/osys_psp.cpp') diff --git a/backends/platform/psp/osys_psp.cpp b/backends/platform/psp/osys_psp.cpp index 27cfa0fefb..88da6924b9 100644 --- a/backends/platform/psp/osys_psp.cpp +++ b/backends/platform/psp/osys_psp.cpp @@ -24,18 +24,18 @@ */ #include "common/stdafx.h" +#include "common/config-manager.h" +#include "common/events.h" +#include "common/rect.h" #include "common/scummsys.h" -#include "graphics/surface.h" -#include "common/rect.h" #include "osys_psp.h" #include "backends/saves/default/default-saves.h" #include "backends/timer/default/default-timer.h" +#include "graphics/surface.h" #include "sound/mixer.h" -#include "common/config-manager.h" - #include #include "./trace.h" -- cgit v1.2.3