mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
WEBOS: Moved #include lines inside #ifdef WEBOS to fix MSVC compilation
This commit is contained in:
parent
9c2ff87db7
commit
aadb4f7459
@ -23,12 +23,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef WEBOS
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "sys/time.h"
|
||||
#include "time.h"
|
||||
|
||||
#ifdef WEBOS
|
||||
|
||||
#include "backends/events/webossdl/webossdl-events.h"
|
||||
#include "gui/message.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user