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 /eqn.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 'eqn.c')
-rw-r--r-- | eqn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ #include "mandoc_aux.h" #include "mandoc.h" #include "roff.h" +#include "tbl.h" #include "libmandoc.h" #include "libroff.h" |