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

Diff for /mandoc/mdoc_html.c between version 1.214 and 1.215

version 1.214, 2014/11/30 05:29:00 version 1.215, 2014/12/01 08:05:52
Line 26 
Line 26 
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
 #include "mandoc.h"  
 #include "mandoc_aux.h"  #include "mandoc_aux.h"
   #include "mdoc.h"
 #include "out.h"  #include "out.h"
 #include "html.h"  #include "html.h"
 #include "mdoc.h"  
 #include "main.h"  #include "main.h"
   
 #define INDENT           5  #define INDENT           5

Legend:
Removed from v.1.214  
changed lines
  Added in v.1.215

CVSweb