Header cleanup cont.

This commit is contained in:
Pavel Sanda 2013-05-19 18:07:53 -07:00
parent c8d685c665
commit 4c0ef38200
11 changed files with 7 additions and 15 deletions

View File

@ -15,7 +15,6 @@
#define LYXSERVERSOCKET_H
#include "support/FileName.h"
#include "support/socktools.h"
#include "support/shared_ptr.h"

View File

@ -11,7 +11,6 @@
#define TEXTCLASS_H
#include "Citation.h"
#include "ColorCode.h"
#include "Counters.h"
#include "DocumentClassPtr.h"
#include "FloatList.h"

View File

@ -16,7 +16,6 @@
#include "Cursor.h"
#include "support/FileName.h"
#include "support/strfwd.h"
using lyx::support::FileName;

View File

@ -13,8 +13,6 @@
#ifndef PAINTER_H
#define PAINTER_H
#include "Color.h"
#include "support/strfwd.h"
namespace lyx {

View File

@ -19,11 +19,15 @@
#include "qt_helpers.h"
#include "Language.h"
#include "Buffer.h"
#include "BufferParams.h"
#include "BufferList.h"
#include "BufferView.h"
#include "Text.h"
#include "TextClass.h"
#include "Cursor.h"
#include "FuncRequest.h"
#include "LyX.h"
#include "lyxfind.h"
#include "frontends/alert.h"

View File

@ -12,17 +12,11 @@
#ifndef QSEARCHADV_H
#define QSEARCHADV_H
#include "GuiWorkArea.h"
#include "DockView.h"
// This is needed so that ui_FindAndReplaceUi.h can find qt_()
#include "qt_helpers.h"
#include "ui_FindAndReplaceUi.h"
#include "BufferView.h"
#include "Buffer.h"
#include "LyX.h"
#include "Text.h"
#include "lyxfind.h"
#include <string>

View File

@ -14,6 +14,7 @@
#include "FileDialog.h"
#include "support/FileName.h"
#include "GuiClipboard.h"
#include "qt_helpers.h"

View File

@ -14,7 +14,6 @@
#include "GuiDialog.h"
#include "ui_CompareHistoryUi.h"
#include "qt_helpers.h"
namespace lyx {

View File

@ -22,6 +22,7 @@
#include "LyX.h"
#include "LyXRC.h"
#include "Paragraph.h"
#include "qt_helpers.h"
#include "version.h"
#include "support/lassert.h"

View File

@ -12,10 +12,7 @@
#ifndef GUICOMPLETER_H
#define GUICOMPLETER_H
#include "frontends/WorkArea.h"
#include "DocIterator.h"
#include "qt_helpers.h"
#include "support/docstring.h"
#include <QCompleter>

View File

@ -45,6 +45,7 @@
#include "support/convert.h"
#include "support/debug.h"
#include "support/docstream.h"
#include "support/FileName.h"
#include "support/gettext.h"
#include "support/lassert.h"
#include "support/lstrings.h"