diff options
Diffstat (limited to 'test/scudo/preinit.cpp')
-rw-r--r-- | test/scudo/preinit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/scudo/preinit.cpp b/test/scudo/preinit.cpp index a280ae1d440a9..34f61c9ddfbb4 100644 --- a/test/scudo/preinit.cpp +++ b/test/scudo/preinit.cpp @@ -4,7 +4,6 @@ // Verifies that calling malloc in a preinit_array function succeeds, and that // the resulting pointer can be freed at program termination. -#include <malloc.h> #include <stdlib.h> #include <string.h> |