[LyX/master] Move docstream.h from output_xhtml.h

Pavel Sanda sanda at lyx.org
Wed Oct 14 12:39:56 UTC 2020


commit 644c1d3453912459365fd614e34a636c4c5d3776
Author: Pavel Sanda <sanda at lyx.org>
Date:   Wed Oct 14 15:06:12 2020 +0200

    Move docstream.h from output_xhtml.h
---
 src/Layout.cpp          |    1 +
 src/insets/InsetTOC.cpp |    1 +
 src/output_xhtml.h      |    1 -
 3 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/Layout.cpp b/src/Layout.cpp
index 8dec223..942a1e3 100644
--- a/src/Layout.cpp
+++ b/src/Layout.cpp
@@ -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"
diff --git a/src/insets/InsetTOC.cpp b/src/insets/InsetTOC.cpp
index 4469b88..af19e53 100644
--- a/src/insets/InsetTOC.cpp
+++ b/src/insets/InsetTOC.cpp
@@ -29,6 +29,7 @@
 #include "TocBackend.h"
 
 #include "support/debug.h"
+#include "support/docstream.h"
 #include "support/gettext.h"
 #include "support/lassert.h"
 
diff --git a/src/output_xhtml.h b/src/output_xhtml.h
index dc86087..8a5b63a 100644
--- a/src/output_xhtml.h
+++ b/src/output_xhtml.h
@@ -14,7 +14,6 @@
 
 #include "LayoutEnums.h"
 
-#include "support/docstream.h"
 #include "support/strfwd.h"
 #include "xml.h"
 


More information about the lyx-cvs mailing list