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