Don't include iostream.
This commit is contained in:
committed by
Matthew Parkinson
parent
95d33d777b
commit
ea90f7b9c2
@@ -6,8 +6,9 @@
|
||||
#include "../mem/slaballocator.h"
|
||||
#include "commonconfig.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#ifdef SNMALLOC_TRACING
|
||||
# include <iostream>
|
||||
#endif
|
||||
namespace snmalloc
|
||||
{
|
||||
// Forward reference to thread local cleanup.
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
# include <iostream>
|
||||
#endif
|
||||
|
||||
#include <new>
|
||||
|
||||
namespace snmalloc
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user