]> git.lyx.org Git - lyx.git/commitdiff
Move docstream.h from output_xhtml.h
authorPavel Sanda <sanda@lyx.org>
Wed, 14 Oct 2020 13:06:12 +0000 (15:06 +0200)
committerPavel Sanda <sanda@lyx.org>
Wed, 14 Oct 2020 13:06:12 +0000 (15:06 +0200)
src/Layout.cpp
src/insets/InsetTOC.cpp
src/output_xhtml.h

index 8dec223c8cdec8933a38c31f33f11b28f70d7f89..942a1e37b9aaec591bfb463a204d0469ef93914b 100644 (file)
@@ -20,6 +20,7 @@
 #include "TextClass.h"
 
 #include "support/debug.h"
+#include "support/docstream.h"
 #include "support/lassert.h"
 #include "support/lstrings.h"
 #include "support/Messages.h"
index 4469b88939d72b9d259b86a600f110032d7e9e48..af19e53fd4e3f881998489449905a056d44147d3 100644 (file)
@@ -29,6 +29,7 @@
 #include "TocBackend.h"
 
 #include "support/debug.h"
+#include "support/docstream.h"
 #include "support/gettext.h"
 #include "support/lassert.h"
 
index dc86087591b79a1562921c6ac11ffd8b74030a2d..8a5b63a02c7decd380a7fed786a2f51d9c1e8aeb 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "LayoutEnums.h"
 
-#include "support/docstream.h"
 #include "support/strfwd.h"
 #include "xml.h"