Move docstream.h from output_xhtml.h

This commit is contained in:
Pavel Sanda 2020-10-14 15:06:12 +02:00
parent 560ff6d40d
commit 644c1d3453
3 changed files with 2 additions and 1 deletions

View 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"

View File

@ -29,6 +29,7 @@
#include "TocBackend.h"
#include "support/debug.h"
#include "support/docstream.h"
#include "support/gettext.h"
#include "support/lassert.h"

View File

@ -14,7 +14,6 @@
#include "LayoutEnums.h"
#include "support/docstream.h"
#include "support/strfwd.h"
#include "xml.h"