From 4bbc40fd35cb837c676c9f893fb1b23985276bae Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sun, 23 Jul 2017 22:32:36 -0400 Subject: [PATCH] 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. --- tests/ex_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1