mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Don't include headers in a namespace.
This commit is contained in:
parent
dc25c46dee
commit
bded83e458
@ -1291,6 +1291,8 @@ _memory_adjust_size_class(size_t iclass) {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#if defined( _WIN32 ) || defined( __WIN32__ ) || defined( _WIN64 )
|
||||
# include <windows.h>
|
||||
#else
|
||||
@ -1302,6 +1304,9 @@ _memory_adjust_size_class(size_t iclass) {
|
||||
# endif
|
||||
#endif
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
//! Initialize the allocator and setup global data
|
||||
int
|
||||
rpmalloc_initialize(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user