X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_xhtml.h;h=e9ca2716b84a0c2ff60b3264c41683a82091c21f;hb=eb0194081bd02a763b8c799b68f342ed81e14000;hp=751873eeb3f93483d0085d80f3b7b4ea4beed3bc;hpb=8e2b18ada988aa6145e4b3e6834c44f370dd9c74;p=lyx.git diff --git a/src/output_xhtml.h b/src/output_xhtml.h index 751873eeb3..e9ca2716b8 100644 --- a/src/output_xhtml.h +++ b/src/output_xhtml.h @@ -14,17 +14,14 @@ #include "LayoutEnums.h" -#include "support/docstream.h" #include "support/strfwd.h" #include "xml.h" -#include -#include - namespace lyx { -docstring const fontToHtmlTag(xml::FontTypes type); +docstring fontToHtmlTag(xml::FontTypes type); +docstring fontToHtmlAttribute(xml::FontTypes type); class Buffer; class OutputParams;