Header cleanup cont.

This commit is contained in:
Pavel Sanda 2013-05-22 19:58:58 -07:00
parent 8c415f3357
commit de9d8cc0ba
12 changed files with 5 additions and 20 deletions

View File

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

View File

@ -16,8 +16,6 @@
#include "Thesaurus.h"
#include "ui_ThesaurusUi.h"
#include "WordLangTuple.h"
class QTreeWidgetItem;
namespace lyx {

View File

@ -17,10 +17,6 @@
#include "DockView.h"
#include "insets/InsetCommandParams.h"
#include "TocBackend.h"
namespace lyx {
namespace frontend {

View File

@ -32,6 +32,7 @@
#include "KeyMap.h"
#include "LyX.h"
#include "LyXRC.h"
#include "Session.h"
#include "support/debug.h"
#include "support/gettext.h"

View File

@ -16,8 +16,6 @@
#ifndef GUITOOLBAR_H
#define GUITOOLBAR_H
#include "Session.h"
#include <QList>
#include <QToolBar>
#include <QToolButton>

View File

@ -59,6 +59,7 @@
#include "LyXVC.h"
#include "Paragraph.h"
#include "SpellChecker.h"
#include "Session.h"
#include "TexRow.h"
#include "TextClass.h"
#include "Text.h"

View File

@ -17,8 +17,6 @@
#include "ui_ViewSourceUi.h"
#include "DockView.h"
#include "GuiView.h"
#include "qt_helpers.h"
#include <QDockWidget>
#include <QString>

View File

@ -15,8 +15,6 @@
#include "frontends/WorkArea.h"
#include "support/docstring.h"
#include <QAbstractScrollArea>
#include <QTabBar>
#include <QTabWidget>

View File

@ -13,10 +13,8 @@
#define WORKAREA_PRIVATE_H
#include "FuncRequest.h"
#include "qt_helpers.h"
#include "LyXRC.h"
#include "support/docstring.h"
#include "support/Timeout.h"
#include <QMouseEvent>

View File

@ -15,8 +15,6 @@
#include "DialogView.h"
#include "ui_InsetParamsUi.h"
#include "qt_i18n.h"
namespace lyx {
class Inset;

View File

@ -19,12 +19,15 @@
#include "DocIterator.h"
#include "FuncRequest.h"
#include "LyX.h"
#include "qt_helpers.h"
#include "TocBackend.h"
#include "support/debug.h"
#include "support/lassert.h"
#include <QSortFilterProxyModel>
#include <QStandardItemModel>
#include <climits>

View File

@ -12,11 +12,8 @@
#ifndef TOCMODEL_H
#define TOCMODEL_H
#include "qt_helpers.h"
#include <QHash>
#include <QSortFilterProxyModel>
#include <QStandardItemModel>
namespace lyx {