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. --- eqn_term.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eqn_term.c') diff --git a/eqn_term.c b/eqn_term.c index b1a438d9..3e27233b 100644 --- a/eqn_term.c +++ b/eqn_term.c @@ -1,4 +1,4 @@ -/* $Id: eqn_term.c,v 1.18 2018/10/02 12:18:33 schwarze Exp $ */ +/* $Id: eqn_term.c,v 1.19 2018/12/13 05:23:38 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2017 Ingo Schwarze @@ -25,7 +25,7 @@ #include #include -#include "mandoc.h" +#include "eqn.h" #include "out.h" #include "term.h" -- cgit v1.2.3-56-ge451