X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/4c7036f39cd338c9cd69fe37813577f0f4a1bc69..1a3bd1cb27795956ca71c666968330b81362d013:/tree.c?ds=sidebyside diff --git a/tree.c b/tree.c index 09bc87e6..6c0ff01c 100644 --- a/tree.c +++ b/tree.c @@ -1,4 +1,4 @@ -/* $Id: tree.c,v 1.23 2010/06/29 19:20:38 schwarze Exp $ */ +/* $Id: tree.c,v 1.24 2010/07/07 15:04:54 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -24,7 +24,6 @@ #include #include "mandoc.h" -#include "regs.h" #include "mdoc.h" #include "man.h" #include "main.h"