diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-12-13 02:06:07 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-12-13 02:06:07 +0000 |
commit | ae67a8ca5712135cc0c82b55de5e8d387d42b8ef (patch) | |
tree | a3718fa68884ce7736b6447028719710bcbe2109 /tbl_layout.c | |
parent | 417f9b830578cb78d80fbbf1a605502b9022cb2e (diff) | |
download | mandoc-ae67a8ca5712135cc0c82b55de5e8d387d42b8ef.tar.gz |
Cleanup, no functional change:
Move tbl(7)-specific parser internals out of libroff.h.
Move some tbl(7)-internal processing from roff.c to tbl.c.
Diffstat (limited to 'tbl_layout.c')
-rw-r--r-- | tbl_layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_layout.c b/tbl_layout.c index 580667b8..73e6915f 100644 --- a/tbl_layout.c +++ b/tbl_layout.c @@ -29,7 +29,7 @@ #include "mandoc.h" #include "tbl.h" #include "libmandoc.h" -#include "libroff.h" +#include "tbl_int.h" struct tbl_phrase { char name; |