summaryrefslogtreecommitdiffstats
path: root/libmdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 14:33:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 14:33:05 +0000
commitbedb65e1b9182d146e4d3dce643e0c4c85d91605 (patch)
tree50686973442539dc22d3e36067a57f7654128370 /libmdoc.h
parent8e7ad1b45fbd89960778244082f52d4fc28b9f50 (diff)
downloadmandoc-bedb65e1b9182d146e4d3dce643e0c4c85d91605.tar.gz
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.
Diffstat (limited to 'libmdoc.h')
-rw-r--r--libmdoc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmdoc.h b/libmdoc.h
index 6ed88116..357d24a8 100644
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -17,8 +17,6 @@
#ifndef LIBMDOC_H
#define LIBMDOC_H
-#include "mdoc.h"
-
enum mdoc_next {
MDOC_NEXT_SIBLING = 0,
MDOC_NEXT_CHILD