aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp.cpp
diff options
context:
space:
mode:
authorMax Horn2007-03-18 18:59:35 +0000
committerMax Horn2007-03-18 18:59:35 +0000
commit2c3152ea62d475007eb50abd07397e6074a197a9 (patch)
tree6529e1fe5f860f09bc4ef5ffc94690070961037a /backends/platform/psp/osys_psp.cpp
parentb44d93d068e3309dd5c994c64fd06c4d25aa24f1 (diff)
downloadscummvm-rg350-2c3152ea62d475007eb50abd07397e6074a197a9.tar.gz
scummvm-rg350-2c3152ea62d475007eb50abd07397e6074a197a9.tar.bz2
scummvm-rg350-2c3152ea62d475007eb50abd07397e6074a197a9.zip
Fix for bug #1683111 (PSP: unable to build latest svn version 26210)
svn-id: r26225
Diffstat (limited to 'backends/platform/psp/osys_psp.cpp')
-rw-r--r--backends/platform/psp/osys_psp.cpp8
1 files changed, 4 insertions, 4 deletions
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 <pspgu.h>
#include "./trace.h"