From: Branden Archer Date: Mon, 24 Jul 2017 02:32:36 +0000 (-0400) Subject: Do not inlcude libcompat.h in ex_output.c X-Git-Tag: 0.12.0~6^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bbc40fd35cb837c676c9f893fb1b23985276bae;p=check Do not inlcude libcompat.h in ex_output.c This program should be similar to what someone else could use from Check. Removing this header will help determine if anything in check.h is undefined. --- diff --git a/tests/ex_output.c b/tests/ex_output.c index 9e4e746..89006cf 100644 --- a/tests/ex_output.c +++ b/tests/ex_output.c @@ -18,7 +18,7 @@ * MA 02110-1301, USA. */ -#include "../lib/libcompat.h" + #include #include