=================================================================== RCS file: /cvs/mandoc/Attic/man_hash.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/Attic/man_hash.c 2009/03/26 09:55:39 1.3 +++ mandoc/Attic/man_hash.c 2009/03/31 13:50:19 1.4 @@ -1,4 +1,4 @@ -/* $Id: man_hash.c,v 1.3 2009/03/26 09:55:39 kristaps Exp $ */ +/* $Id: man_hash.c,v 1.4 2009/03/31 13:50:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -16,11 +16,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -#include -#include -#include #include -#include #include #include "libman.h"