Remove iostream from ARM aal.
The ARM AAL was including `<iostream>`, this is unnecessary, and only `<cstddef>` should be required for `size_t`.
This commit is contained in:
committed by
Matthew Parkinson
parent
b5c911fdf8
commit
de0ab1dbe0
@@ -12,7 +12,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <cstddef>
|
||||
namespace snmalloc
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user