]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_hash.c
Implement the roff(7) .rr (remove register) request.
[mandoc.git] / mdoc_hash.c
index 59a8d26a8817904bee42d7952439764cb146e5e2..1a5dcc4b2d6a386e25e56cd1f4c85ff14bdc2e67 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_hash.c,v 1.18 2011/07/24 18:15:14 kristaps Exp $ */
+/*     $Id: mdoc_hash.c,v 1.19 2014/03/23 11:25:26 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -28,7 +28,6 @@
 #include <string.h>
 
 #include "mdoc.h"
-#include "mandoc.h"
 #include "libmdoc.h"
 
 static unsigned char    table[27 * 12];