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:
Matthew Parkinson
2020-05-26 09:59:06 +01:00
committed by Matthew Parkinson
parent b5c911fdf8
commit de0ab1dbe0

View File

@@ -12,7 +12,7 @@
# endif
#endif
#include <iostream>
#include <cstddef>
namespace snmalloc
{
/**