Move android log include to correct file

This commit is contained in:
Robert Müller 2022-06-16 17:33:42 +02:00
parent 557ee84001
commit 0813fbb537
2 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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