CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/11/30 21:32:34
Modified files: usr.bin/mandoc : html.c 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.