DocBook: remove useless includes.

This commit is contained in:
Thibaut Cuvelier 2020-08-18 05:40:34 +02:00
parent d8651cc60b
commit 6a4d3dbef7

View File

@ -16,8 +16,6 @@
#include "BufferParams.h"
#include "Font.h"
#include "InsetList.h"
#include "Layout.h"
#include "OutputParams.h"
#include "Paragraph.h"
#include "ParagraphList.h"
#include "ParagraphParameters.h"
@ -30,11 +28,7 @@
#include "insets/InsetLabel.h"
#include "insets/InsetNote.h"
#include "support/convert.h"
#include "support/debug.h"
#include "support/lassert.h"
#include "support/lstrings.h"
#include "support/textutils.h"
#include "support/regex.h"
@ -159,6 +153,7 @@ string fontToRole(xml::FontTypes type)
}
}
string fontToAttribute(xml::FontTypes type) {
// If there is a role (i.e. nonstandard use of a tag), output the attribute. Otherwise, the sheer tag is sufficient
// for the font.