From bedb65e1b9182d146e4d3dce643e0c4c85d91605 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 22 Mar 2011 14:33:05 +0000 Subject: libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have them do that (includes in header files = faugh), and have individual files directly include these files. --- mdoc_macro.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdoc_macro.c') diff --git a/mdoc_macro.c b/mdoc_macro.c index f012cfc7..a6c1d91d 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -26,6 +26,7 @@ #include #include +#include "mdoc.h" #include "mandoc.h" #include "libmdoc.h" #include "libmandoc.h" -- cgit