mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
move implementation #includes from .hpp to .cpp
This commit is contained in:
parent
994d577db0
commit
a0d3a13987
@ -45,6 +45,14 @@ extern "C"
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef __ANDROID__
|
||||
# include <sys/mman.h>
|
||||
# include <stdio.h>
|
||||
# include <stdint.h>
|
||||
# include <algorithm>
|
||||
# include <vector>
|
||||
#endif
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
|
||||
@ -10,14 +10,6 @@
|
||||
# include <execinfo.h>
|
||||
#endif
|
||||
|
||||
#ifdef __ANDROID__
|
||||
# include <sys/mman.h>
|
||||
# include <stdio.h>
|
||||
# include <stdint.h>
|
||||
# include <algorithm>
|
||||
# include <vector>
|
||||
#endif
|
||||
|
||||
#ifdef TRACY_HAS_CALLSTACK
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user