summaryrefslogtreecommitdiff
path: root/test/scudo/preinit.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-02 19:18:27 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-02 19:18:27 +0000
commit316d58822dada9440bd06ecfc758dcc2364d617c (patch)
treefe72ec2e6ce9a360dda74d9d57f7acdb0e3c39d6 /test/scudo/preinit.cpp
parent0230fcf22fe7d19f03d981c9c2c59a3db0b72ea5 (diff)
Diffstat (limited to 'test/scudo/preinit.cpp')
-rw-r--r--test/scudo/preinit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/scudo/preinit.cpp b/test/scudo/preinit.cpp
index a280ae1d440a..34f61c9ddfbb 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>