diff options
Diffstat (limited to 'backends/platform')
| -rw-r--r-- | backends/platform/psp/osys_psp.cpp | 8 | 
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" | 
