[BACK]Return to man_html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man_html.c between version 1.104 and 1.105

version 1.104, 2014/09/27 11:17:19 version 1.105, 2014/12/01 08:05:52
Line 25 
Line 25 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #include "mandoc.h"  
 #include "mandoc_aux.h"  #include "mandoc_aux.h"
   #include "man.h"
 #include "out.h"  #include "out.h"
 #include "html.h"  #include "html.h"
 #include "man.h"  
 #include "main.h"  #include "main.h"
   
 /* TODO: preserve ident widths. */  /* TODO: preserve ident widths. */

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

CVSweb