]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
Add Sam Crawley to credits.
[lyx.git] / src / output_xhtml.h
index 751873eeb3f93483d0085d80f3b7b4ea4beed3bc..e9ca2716b84a0c2ff60b3264c41683a82091c21f 100644 (file)
 
 #include "LayoutEnums.h"
 
-#include "support/docstream.h"
 #include "support/strfwd.h"
 #include "xml.h"
 
-#include <deque>
-#include <memory>
-
 
 namespace lyx {
 
-docstring const fontToHtmlTag(xml::FontTypes type);
+docstring fontToHtmlTag(xml::FontTypes type);
+docstring fontToHtmlAttribute(xml::FontTypes type);
 
 class Buffer;
 class OutputParams;