summaryrefslogtreecommitdiffstats
path: root/tbl_opts.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-12-13 02:06:07 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-12-13 02:06:07 +0000
commitae67a8ca5712135cc0c82b55de5e8d387d42b8ef (patch)
treea3718fa68884ce7736b6447028719710bcbe2109 /tbl_opts.c
parent417f9b830578cb78d80fbbf1a605502b9022cb2e (diff)
downloadmandoc-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_opts.c')
-rw-r--r--tbl_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_opts.c b/tbl_opts.c
index e3580916..3e0f11d5 100644
--- a/tbl_opts.c
+++ b/tbl_opts.c
@@ -27,7 +27,7 @@
#include "mandoc.h"
#include "tbl.h"
#include "libmandoc.h"
-#include "libroff.h"
+#include "tbl_int.h"
#define KEY_DPOINT 0
#define KEY_DELIM 1