From abe535d017ebcf70bf575e3048cb4ea11f75a600 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 12 Dec 2018 21:54:35 +0000 Subject: 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. --- tbl_opts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tbl_opts.c') diff --git a/tbl_opts.c b/tbl_opts.c index f2f5942a..6f184ffe 100644 --- a/tbl_opts.c +++ b/tbl_opts.c @@ -1,4 +1,4 @@ -/* $Id: tbl_opts.c,v 1.21 2015/09/26 00:54:04 schwarze Exp $ */ +/* $Id: tbl_opts.c,v 1.22 2018/12/12 21:54:35 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2015 Ingo Schwarze @@ -25,6 +25,7 @@ #include #include "mandoc.h" +#include "tbl.h" #include "libmandoc.h" #include "libroff.h" -- cgit v1.2.3-56-ge451