]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.cpp
Refactor InsetQuotes.h enums
[lyx.git] / src / output_xhtml.cpp
index d428761b10a1f1fe84267e0b0338361631117290..60be35c9a1a7866b3dcffff147b38a55c92638d6 100644 (file)
 #include "output_xhtml.h"
 
 #include "Buffer.h"
-#include "buffer_funcs.h"
 #include "BufferParams.h"
 #include "Counters.h"
 #include "Font.h"
 #include "Layout.h"
-#include "OutputParams.h"
 #include "Paragraph.h"
 #include "ParagraphList.h"
 #include "ParagraphParameters.h"
 #include "Text.h"
 #include "TextClass.h"
 
-#include "support/convert.h"
-#include "support/debug.h"
 #include "support/lassert.h"
-#include "support/lstrings.h"
-#include "support/textutils.h"
 
 #include <stack>
 #include <iostream>