]> git.cameronkatri.com Git - mandoc.git/blobdiff - tree.c
new: escape sequence handling
[mandoc.git] / tree.c
diff --git a/tree.c b/tree.c
index 09bc87e62107c6478d66e2047dec0533bfb5135b..6c0ff01c763b954957ee2a952cba62767b1f3cff 100644 (file)
--- 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 <kristaps@bsd.lv>
  *
@@ -24,7 +24,6 @@
 #include <time.h>
 
 #include "mandoc.h"
-#include "regs.h"
 #include "mdoc.h"
 #include "man.h"
 #include "main.h"