Skip to content

Commit

Permalink
Remove iostream from ARM aal.
Browse files Browse the repository at this point in the history
The ARM AAL was including `<iostream>`, this is unnecessary, and only
`<cstddef>` should be required for `size_t`.
  • Loading branch information
mjp41 committed May 26, 2020
1 parent b5c911f commit de0ab1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aal/aal_arm.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# endif
#endif

#include <iostream>
#include <cstddef>
namespace snmalloc
{
/**
Expand Down

0 comments on commit de0ab1d

Please sign in to comment.