From de0ab1dbe0076d1985f513c21898ea349aa4e4cd Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Tue, 26 May 2020 09:59:06 +0100 Subject: [PATCH] Remove iostream from ARM aal. The ARM AAL was including ``, this is unnecessary, and only `` should be required for `size_t`. --- src/aal/aal_arm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aal/aal_arm.h b/src/aal/aal_arm.h index bd5f08b..56cdbd6 100644 --- a/src/aal/aal_arm.h +++ b/src/aal/aal_arm.h @@ -12,7 +12,7 @@ # endif #endif -#include +#include namespace snmalloc { /**