From dd617d7660ceb41dbbd1a712806a45288e52a2cc Mon Sep 17 00:00:00 2001 From: schwarze Date: Mon, 1 Dec 2014 08:05:02 +0000 Subject: header cleanup: * add missing forward declarations * remove needless header inclusions * some style unification --- usr.bin/mandoc/man_html.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/mandoc/man_html.c') diff --git a/usr.bin/mandoc/man_html.c b/usr.bin/mandoc/man_html.c index d2c15b0068a..bba6f68ebc4 100644 --- a/usr.bin/mandoc/man_html.c +++ b/usr.bin/mandoc/man_html.c @@ -1,4 +1,4 @@ -/* $OpenBSD: man_html.c,v 1.57 2014/11/28 19:25:03 schwarze Exp $ */ +/* $OpenBSD: man_html.c,v 1.58 2014/12/01 08:05:02 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -23,11 +23,10 @@ #include #include -#include "mandoc.h" #include "mandoc_aux.h" +#include "man.h" #include "out.h" #include "html.h" -#include "man.h" #include "main.h" /* TODO: preserve ident widths. */ -- cgit v1.2.3-59-g8ed1b