]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.cpp
Amend 3093789e for cmake build
[lyx.git] / src / output_xhtml.cpp
index d428761b10a1f1fe84267e0b0338361631117290..a4aced68b0ac480bc2dc7d42a877d04deef30ce6 100644 (file)
@@ -15,7 +15,6 @@
 #include "output_xhtml.h"
 
 #include "Buffer.h"
-#include "buffer_funcs.h"
 #include "BufferParams.h"
 #include "Counters.h"
 #include "Font.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>