]> granicus.if.org Git - check/commitdiff
Do not inlcude libcompat.h in ex_output.c
authorBranden Archer <b.m.archer4@gmail.com>
Mon, 24 Jul 2017 02:32:36 +0000 (22:32 -0400)
committerBranden Archer <b.m.archer4@gmail.com>
Mon, 24 Jul 2017 02:32:36 +0000 (22:32 -0400)
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

index 9e4e7467b3706a3b0488af5ca620f44573b88a00..89006cf8f019a29474795cf7da2d2355a688052f 100644 (file)
@@ -18,7 +18,7 @@
  * MA 02110-1301, USA.
  */
 
-#include "../lib/libcompat.h"
+
 
 #include <stdlib.h>
 #include <stdio.h>