From 32c0933851c645dfc5d1af1bda32e80c9f237254 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 13 Dec 2018 05:23:37 +0000 Subject: Cleanup, no functional change: No need to expose the eqn(7) syntax tree data structures everywhere. Move them to their own include file, "eqn.h". While here, delete the unused enum eqn_pilet. --- tree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tree.c') diff --git a/tree.c b/tree.c index 63f594f5..67358243 100644 --- a/tree.c +++ b/tree.c @@ -1,4 +1,4 @@ -/* $Id: tree.c,v 1.81 2018/12/12 21:54:35 schwarze Exp $ */ +/* $Id: tree.c,v 1.82 2018/12/13 05:23:38 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze @@ -30,6 +30,7 @@ #include "mdoc.h" #include "man.h" #include "tbl.h" +#include "eqn.h" #include "main.h" static void print_box(const struct eqn_box *, int); -- cgit v1.2.3-56-ge451