source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: The header libmandoc.h is part of the internal parser interface,
@ 2014-12-01  4:34 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-12-01  4:34 UTC (permalink / raw)
  To: source

Log Message:
-----------
The header libmandoc.h is part of the internal parser interface,
but html.c is not part of the parser at all, so it cannot include
that header, and actually, it doesn't need it.
Found while auditing includes after Theo's recent *.h commit.

Modified Files:
--------------
    mdocml:
        html.c

Revision Data
-------------
Index: html.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/html.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -Lhtml.c -Lhtml.c -u -p -r1.181 -r1.182
--- html.c
+++ html.c
@@ -30,7 +30,6 @@
 
 #include "mandoc.h"
 #include "mandoc_aux.h"
-#include "libmandoc.h"
 #include "out.h"
 #include "html.h"
 #include "main.h"
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-01  4:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-01  4:34 mdocml: The header libmandoc.h is part of the internal parser interface, schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).