Cleanup included headers

This commit is contained in:
Yuriy Skalko 2020-11-27 20:00:29 +02:00
parent e97daf9e13
commit 813eb0f9f7
12 changed files with 0 additions and 27 deletions

View File

@ -49,8 +49,6 @@
#include "support/os.h"
#include "support/Package.h"
#include "graphics/GraphicsTypes.h"
#include "frontends/alert.h"
#include "frontends/Application.h"
#include "frontends/FontLoader.h"

View File

@ -40,9 +40,6 @@
#include "Undo.h"
#include "version.h"
#include "graphics/GraphicsImage.h"
#include "graphics/GraphicsLoader.h"
#include "support/convert.h"
#include "support/debug.h"
#include "support/lassert.h"

View File

@ -13,7 +13,6 @@
#include "GraphicsCache.h"
#include "GraphicsCacheItem.h"
#include "GraphicsImage.h"
#include "Format.h"
@ -21,7 +20,6 @@
#include "support/debug.h"
#include "support/FileName.h"
#include "support/filetools.h"
#include <map>

View File

@ -12,12 +12,9 @@
#include "GraphicsConverter.h"
#include "Buffer.h"
#include "Converter.h"
#include "Format.h"
#include "LyXRC.h"
#include "frontends/alert.h"
#include "support/lassert.h"
#include "support/convert.h"
#include "support/debug.h"
@ -25,7 +22,6 @@
#include "support/filetools.h"
#include "support/ForkedCalls.h"
#include "support/lstrings.h"
#include "support/os.h"
#include "support/TempFile.h"

View File

@ -19,7 +19,6 @@
#include "Converter.h"
#include "Encoding.h"
#include "Format.h"
#include "InsetIterator.h"
#include "LaTeXFeatures.h"
#include "LyXRC.h"
#include "output.h"
@ -29,8 +28,6 @@
#include "frontends/Application.h" // hexName
#include "insets/Inset.h"
#include "support/convert.h"
#include "support/debug.h"
#include "support/FileName.h"

View File

@ -20,7 +20,6 @@
#include "BufferView.h"
#include "Converter.h"
#include "Cursor.h"
#include "DispatchResult.h"
#include "Encoding.h"
#include "ErrorList.h"
#include "Exporter.h"
@ -28,10 +27,8 @@
#include "FuncRequest.h"
#include "FuncStatus.h"
#include "LaTeXFeatures.h"
#include "LayoutFile.h"
#include "LayoutModuleList.h"
#include "LyX.h"
#include "Lexer.h"
#include "MetricsInfo.h"
#include "output_plaintext.h"
#include "output_xhtml.h"

View File

@ -14,16 +14,12 @@
#include "InsetRef.h"
#include "buffer_funcs.h"
#include "Buffer.h"
#include "BufferParams.h"
#include "BufferView.h"
#include "Cursor.h"
#include "CutAndPaste.h"
#include "DispatchResult.h"
#include "FuncRequest.h"
#include "FuncStatus.h"
#include "InsetIterator.h"
#include "Language.h"
#include "LyX.h"
#include "ParIterator.h"
@ -33,7 +29,6 @@
#include "TextClass.h"
#include "TocBackend.h"
#include "mathed/InsetMathHull.h"
#include "mathed/InsetMathRef.h"
#include "frontends/alert.h"

View File

@ -22,7 +22,6 @@
#include "Encoding.h"
#include "FuncRequest.h"
#include "FuncStatus.h"
#include "InsetIterator.h"
#include "InsetList.h"
#include "Language.h"
#include "LaTeXFeatures.h"

View File

@ -23,7 +23,6 @@
#include "Exporter.h"
#include "FuncRequest.h"
#include "FuncStatus.h"
#include "InsetIterator.h"
#include "LaTeXFeatures.h"
#include "Lexer.h"
#include "LyXRC.h"

View File

@ -21,7 +21,6 @@
#include "Exporter.h"
#include "FuncRequest.h"
#include "FuncStatus.h"
#include "InsetIterator.h"
#include "LaTeXFeatures.h"
#include "Lexer.h"
#include "MetricsInfo.h"

View File

@ -16,7 +16,6 @@
#include "BufferView.h"
#include "Cursor.h"
#include "Dimension.h"
#include "Lexer.h"
#include "MetricsInfo.h"
#include "OutputParams.h"
#include "RenderPreview.h"

View File

@ -51,7 +51,6 @@
#include "insets/InsetRef.h"
#include "insets/RenderPreview.h"
#include "graphics/GraphicsImage.h"
#include "graphics/PreviewImage.h"
#include "graphics/PreviewLoader.h"