diff options
author | Max Horn | 2006-06-24 12:33:52 +0000 |
---|---|---|
committer | Max Horn | 2006-06-24 12:33:52 +0000 |
commit | 492c65009cb186024f52ec1970617028c3d09efe (patch) | |
tree | 8e4f89975ccd8bc094161c73c128d92706880a73 /backends/symbian | |
parent | dc41d02ac73109add30a3456bc44d558f29d2f8d (diff) | |
download | scummvm-rg350-492c65009cb186024f52ec1970617028c3d09efe.tar.gz scummvm-rg350-492c65009cb186024f52ec1970617028c3d09efe.tar.bz2 scummvm-rg350-492c65009cb186024f52ec1970617028c3d09efe.zip |
Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki)
svn-id: r23293
Diffstat (limited to 'backends/symbian')
-rw-r--r-- | backends/symbian/src/SymbianOS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/symbian/src/SymbianOS.h b/backends/symbian/src/SymbianOS.h index 4e8dbeb983..955f59c59c 100644 --- a/backends/symbian/src/SymbianOS.h +++ b/backends/symbian/src/SymbianOS.h @@ -25,7 +25,7 @@ #ifndef SDLSYMBIANH #define SDLSYMBIANH -#include "backends/sdl/sdl-common.h" +#include "backends/platform/sdl/sdl-common.h" /** Vibration support */ #ifdef USE_VIBRA_SE_PXXX |