mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-09 13:56:27 +00:00
arm: removed include of windows.h from armdefs.h to arminit.c (only module that uses it)
This commit is contained in:
@@ -17,8 +17,11 @@
|
||||
|
||||
|
||||
#include "common/platform.h"
|
||||
|
||||
#if EMU_PLATFORM == PLATFORM_LINUX
|
||||
#include <unistd.h>
|
||||
#elif EMU_PLATFORM == PLATFORM_WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
||||
Reference in New Issue
Block a user