Don't include headers in a namespace.

This commit is contained in:
Bartosz Taudul 2017-10-14 18:02:01 +02:00
parent dc25c46dee
commit bded83e458

View File

@ -1291,6 +1291,8 @@ _memory_adjust_size_class(size_t iclass) {
} }
} }
}
#if defined( _WIN32 ) || defined( __WIN32__ ) || defined( _WIN64 ) #if defined( _WIN32 ) || defined( __WIN32__ ) || defined( _WIN64 )
# include <windows.h> # include <windows.h>
#else #else
@ -1302,6 +1304,9 @@ _memory_adjust_size_class(size_t iclass) {
# endif # endif
#endif #endif
namespace tracy
{
//! Initialize the allocator and setup global data //! Initialize the allocator and setup global data
int int
rpmalloc_initialize(void) { rpmalloc_initialize(void) {