Don't include iostream.

This commit is contained in:
Matthew Parkinson
2021-08-25 11:41:09 +01:00
committed by Matthew Parkinson
parent 95d33d777b
commit ea90f7b9c2
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -8,6 +8,8 @@
# include <iostream>
#endif
#include <new>
namespace snmalloc
{
/**