diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-12-12 21:54:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-12-12 21:54:35 +0000 |
commit | 417f9b830578cb78d80fbbf1a605502b9022cb2e (patch) | |
tree | 8095e006e24fc5e237b30b05b7e12740829406d3 /tbl_html.c | |
parent | 5520315a8e50a0b8a702d84c2780faf9b0b187ec (diff) | |
download | mandoc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <stdlib.h> #include <string.h> -#include "mandoc.h" +#include "tbl.h" #include "out.h" #include "html.h" |