summaryrefslogtreecommitdiffstats
path: root/tbl_html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-12-12 21:54:35 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-12-12 21:54:35 +0000
commit417f9b830578cb78d80fbbf1a605502b9022cb2e (patch)
tree8095e006e24fc5e237b30b05b7e12740829406d3 /tbl_html.c
parent5520315a8e50a0b8a702d84c2780faf9b0b187ec (diff)
downloadmandoc-417f9b830578cb78d80fbbf1a605502b9022cb2e.tar.gz
Cleanup, no functional change:
No need to expose the tbl(7) syntax tree data structures everywhere. Move them to their own include file, "tbl.h", and improve comments.
Diffstat (limited to 'tbl_html.c')
-rw-r--r--tbl_html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_html.c b/tbl_html.c
index afc5ff15..dd0778f0 100644
--- a/tbl_html.c
+++ b/tbl_html.c
@@ -24,7 +24,7 @@
#include <stdlib.h>
#include <string.h>
-#include "mandoc.h"
+#include "tbl.h"
#include "out.h"
#include "html.h"