aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-01 08:05:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-01 08:05:52 +0000
commited985164976ccd03ae1cd954a33c775bfc84b0c2 (patch)
tree2c4e742bc45b22b16784c4c6bf06af2e105abb2c /man_html.c
parent8b13e228601c0e1f3edae1b46df73770594095d0 (diff)
downloadmandoc-ed985164976ccd03ae1cd954a33c775bfc84b0c2.tar.gz
mandoc-ed985164976ccd03ae1cd954a33c775bfc84b0c2.tar.zst
mandoc-ed985164976ccd03ae1cd954a33c775bfc84b0c2.zip
header cleanup:
* add missing forward declarations * remove needless header inclusions * some style unification
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/man_html.c b/man_html.c
index 6fe40a97..78228d91 100644
--- a/man_html.c
+++ b/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.104 2014/09/27 11:17:19 kristaps Exp $ */
+/* $Id: man_html.c,v 1.105 2014/12/01 08:05:52 schwarze Exp $ */
/*
* Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -25,11 +25,10 @@
#include <stdlib.h>
#include <string.h>
-#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. */