diff options
Diffstat (limited to 'man_html.c')
-rw-r--r-- | man_html.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. */ |