diff options
Diffstat (limited to 'backends/platform/psp')
-rw-r--r-- | backends/platform/psp/osys_psp.cpp | 1 | ||||
-rw-r--r-- | backends/platform/psp/osys_psp.h | 1 | ||||
-rw-r--r-- | backends/platform/psp/osys_psp_gu.h | 1 | ||||
-rw-r--r-- | backends/platform/psp/psp_main.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/psp/osys_psp.cpp b/backends/platform/psp/osys_psp.cpp index 5144f5a401..ed615d7955 100644 --- a/backends/platform/psp/osys_psp.cpp +++ b/backends/platform/psp/osys_psp.cpp @@ -23,7 +23,6 @@ * */ -#include "common/stdafx.h" #include "common/config-manager.h" #include "common/events.h" #include "common/rect.h" diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h index 7c0932dc20..a7a4834441 100644 --- a/backends/platform/psp/osys_psp.h +++ b/backends/platform/psp/osys_psp.h @@ -23,7 +23,6 @@ * */ -#include "common/stdafx.h" #include "common/scummsys.h" #include "common/system.h" #include "backends/intern.h" diff --git a/backends/platform/psp/osys_psp_gu.h b/backends/platform/psp/osys_psp_gu.h index 6486e7f3cc..af67be5185 100644 --- a/backends/platform/psp/osys_psp_gu.h +++ b/backends/platform/psp/osys_psp_gu.h @@ -22,7 +22,6 @@ */ #include <pspgu.h> -#include "common/stdafx.h" #include "common/scummsys.h" #include "common/rect.h" diff --git a/backends/platform/psp/psp_main.cpp b/backends/platform/psp/psp_main.cpp index 8cfed7e573..92d6beea74 100644 --- a/backends/platform/psp/psp_main.cpp +++ b/backends/platform/psp/psp_main.cpp @@ -31,7 +31,6 @@ #include <pspdebug.h> #endif -#include <common/stdafx.h> #include <common/system.h> #include <engines/engine.h> #include <base/main.h> |