mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Move android log include to correct file
This commit is contained in:
parent
557ee84001
commit
0813fbb537
|
@ -15,6 +15,10 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if defined(CONF_PLATFORM_ANDROID)
|
||||
#include <android/log.h>
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
|
||||
std::atomic<LEVEL> loglevel = LEVEL_INFO;
|
||||
|
|
|
@ -54,10 +54,6 @@
|
|||
#include <mach/mach_time.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONF_PLATFORM_ANDROID
|
||||
#include <android/log.h>
|
||||
#endif
|
||||
|
||||
#elif defined(CONF_FAMILY_WINDOWS)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#undef _WIN32_WINNT
|
||||
|
|
Loading…
Reference in a new issue