mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Header cleanup cont.
This commit is contained in:
parent
c8d685c665
commit
4c0ef38200
@ -15,7 +15,6 @@
|
|||||||
#define LYXSERVERSOCKET_H
|
#define LYXSERVERSOCKET_H
|
||||||
|
|
||||||
#include "support/FileName.h"
|
#include "support/FileName.h"
|
||||||
#include "support/socktools.h"
|
|
||||||
|
|
||||||
#include "support/shared_ptr.h"
|
#include "support/shared_ptr.h"
|
||||||
|
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
#define TEXTCLASS_H
|
#define TEXTCLASS_H
|
||||||
|
|
||||||
#include "Citation.h"
|
#include "Citation.h"
|
||||||
#include "ColorCode.h"
|
|
||||||
#include "Counters.h"
|
#include "Counters.h"
|
||||||
#include "DocumentClassPtr.h"
|
#include "DocumentClassPtr.h"
|
||||||
#include "FloatList.h"
|
#include "FloatList.h"
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include "Cursor.h"
|
#include "Cursor.h"
|
||||||
|
|
||||||
#include "support/FileName.h"
|
|
||||||
#include "support/strfwd.h"
|
#include "support/strfwd.h"
|
||||||
|
|
||||||
using lyx::support::FileName;
|
using lyx::support::FileName;
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
#ifndef PAINTER_H
|
#ifndef PAINTER_H
|
||||||
#define PAINTER_H
|
#define PAINTER_H
|
||||||
|
|
||||||
#include "Color.h"
|
|
||||||
|
|
||||||
#include "support/strfwd.h"
|
#include "support/strfwd.h"
|
||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
@ -19,11 +19,15 @@
|
|||||||
#include "qt_helpers.h"
|
#include "qt_helpers.h"
|
||||||
#include "Language.h"
|
#include "Language.h"
|
||||||
|
|
||||||
|
#include "Buffer.h"
|
||||||
#include "BufferParams.h"
|
#include "BufferParams.h"
|
||||||
#include "BufferList.h"
|
#include "BufferList.h"
|
||||||
|
#include "BufferView.h"
|
||||||
|
#include "Text.h"
|
||||||
#include "TextClass.h"
|
#include "TextClass.h"
|
||||||
#include "Cursor.h"
|
#include "Cursor.h"
|
||||||
#include "FuncRequest.h"
|
#include "FuncRequest.h"
|
||||||
|
#include "LyX.h"
|
||||||
#include "lyxfind.h"
|
#include "lyxfind.h"
|
||||||
|
|
||||||
#include "frontends/alert.h"
|
#include "frontends/alert.h"
|
||||||
|
@ -12,17 +12,11 @@
|
|||||||
#ifndef QSEARCHADV_H
|
#ifndef QSEARCHADV_H
|
||||||
#define QSEARCHADV_H
|
#define QSEARCHADV_H
|
||||||
|
|
||||||
#include "GuiWorkArea.h"
|
|
||||||
|
|
||||||
#include "DockView.h"
|
#include "DockView.h"
|
||||||
// This is needed so that ui_FindAndReplaceUi.h can find qt_()
|
// This is needed so that ui_FindAndReplaceUi.h can find qt_()
|
||||||
#include "qt_helpers.h"
|
#include "qt_helpers.h"
|
||||||
#include "ui_FindAndReplaceUi.h"
|
#include "ui_FindAndReplaceUi.h"
|
||||||
|
|
||||||
#include "BufferView.h"
|
|
||||||
#include "Buffer.h"
|
|
||||||
#include "LyX.h"
|
|
||||||
#include "Text.h"
|
|
||||||
#include "lyxfind.h"
|
#include "lyxfind.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
#include "FileDialog.h"
|
#include "FileDialog.h"
|
||||||
|
|
||||||
|
#include "support/FileName.h"
|
||||||
#include "GuiClipboard.h"
|
#include "GuiClipboard.h"
|
||||||
#include "qt_helpers.h"
|
#include "qt_helpers.h"
|
||||||
|
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
#include "GuiDialog.h"
|
#include "GuiDialog.h"
|
||||||
#include "ui_CompareHistoryUi.h"
|
#include "ui_CompareHistoryUi.h"
|
||||||
#include "qt_helpers.h"
|
|
||||||
|
|
||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include "LyX.h"
|
#include "LyX.h"
|
||||||
#include "LyXRC.h"
|
#include "LyXRC.h"
|
||||||
#include "Paragraph.h"
|
#include "Paragraph.h"
|
||||||
|
#include "qt_helpers.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
#include "support/lassert.h"
|
#include "support/lassert.h"
|
||||||
|
@ -12,10 +12,7 @@
|
|||||||
#ifndef GUICOMPLETER_H
|
#ifndef GUICOMPLETER_H
|
||||||
#define GUICOMPLETER_H
|
#define GUICOMPLETER_H
|
||||||
|
|
||||||
#include "frontends/WorkArea.h"
|
|
||||||
|
|
||||||
#include "DocIterator.h"
|
#include "DocIterator.h"
|
||||||
#include "qt_helpers.h"
|
|
||||||
#include "support/docstring.h"
|
#include "support/docstring.h"
|
||||||
|
|
||||||
#include <QCompleter>
|
#include <QCompleter>
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
#include "support/convert.h"
|
#include "support/convert.h"
|
||||||
#include "support/debug.h"
|
#include "support/debug.h"
|
||||||
#include "support/docstream.h"
|
#include "support/docstream.h"
|
||||||
|
#include "support/FileName.h"
|
||||||
#include "support/gettext.h"
|
#include "support/gettext.h"
|
||||||
#include "support/lassert.h"
|
#include "support/lassert.h"
|
||||||
#include "support/lstrings.h"
|
#include "support/lstrings.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user