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_hash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdoc_hash.c') diff --git a/mdoc_hash.c b/mdoc_hash.c index 5ab4aecb..88c10331 100644 --- a/mdoc_hash.c +++ b/mdoc_hash.c @@ -27,6 +27,7 @@ #include #include +#include "mdoc.h" #include "mandoc.h" #include "libmdoc.h" -- cgit