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. --- att.c | 1 + 1 file changed, 1 insertion(+) (limited to 'att.c') diff --git a/att.c b/att.c index 924a322b..6e5c9de5 100644 --- a/att.c +++ b/att.c @@ -22,6 +22,7 @@ #include #include +#include "mdoc.h" #include "mandoc.h" #include "libmdoc.h" -- cgit