From 5bf28159dff01d81b5186abdbed2eae911e078eb Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 12 Jun 2017 02:38:37 +0000 Subject: Remove stdlib.h #include added in r319844 A previous iteration of the tests I added in r319844 involved free(3), but that attempt didn't pan out, so I switched to stack allocated buffers instead of heap allocated ones, making the #include unnecessary. MFC after: 1 month MFC with: r319844 --- lib/libcam/tests/libcam_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libcam/tests/libcam_test.c b/lib/libcam/tests/libcam_test.c index 2000d557c6db..a31bdb7e0e6d 100644 --- a/lib/libcam/tests/libcam_test.c +++ b/lib/libcam/tests/libcam_test.c @@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include -- cgit v1.2.3