Fix some include statements.

In several places, it says '#include "..."' for headers
from different libraries/plugins.

Change-Id: I96cd74fef9b30163adefe3e1720e0847bed9553a
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Christian Kandeler
2013-09-02 14:04:12 +02:00
committed by hjk
parent 041c584805
commit 15d1048ef2
32 changed files with 61 additions and 44 deletions

View File

@@ -31,7 +31,8 @@
#include "helpviewer.h"
#include "localhelpmanager.h"
#include "topicchooser.h"
#include <topicchooser.h>
#include <QEvent>
#include <QTimer>

View File

@@ -29,13 +29,13 @@
#include "filtersettingspage.h"
#include "filternamedialog.h"
#include "helpconstants.h"
#include <filternamedialog.h>
#include <coreplugin/helpmanager.h>
#include <QCoreApplication>
#include <QFileDialog>
#include <QMessageBox>

View File

@@ -29,13 +29,14 @@
#include "generalsettingspage.h"
#include "bookmarkmanager.h"
#include "centralwidget.h"
#include "helpconstants.h"
#include "helpviewer.h"
#include "localhelpmanager.h"
#include "xbelsupport.h"
#include <bookmarkmanager.h>
#include <coreplugin/coreconstants.h>
#include <coreplugin/helpmanager.h>
#include <coreplugin/icore.h>

View File

@@ -30,7 +30,8 @@
#include "helpindexfilter.h"
#include "centralwidget.h"
#include "topicchooser.h"
#include <topicchooser.h>
#include <extensionsystem/pluginmanager.h>
#include <coreplugin/icore.h>

View File

@@ -29,9 +29,7 @@
#include "helpplugin.h"
#include "bookmarkmanager.h"
#include "centralwidget.h"
#include "contentwindow.h"
#include "docsettingspage.h"
#include "externalhelpwindow.h"
#include "filtersettingspage.h"
@@ -41,13 +39,16 @@
#include "helpindexfilter.h"
#include "helpmode.h"
#include "helpviewer.h"
#include "indexwindow.h"
#include "localhelpmanager.h"
#include "openpagesmanager.h"
#include "openpagesmodel.h"
#include "remotehelpfilter.h"
#include "searchwidget.h"
#include <bookmarkmanager.h>
#include <contentwindow.h>
#include <indexwindow.h>
#include <app/app_version.h>
#include <coreplugin/actionmanager/actionmanager.h>
#include <coreplugin/actionmanager/actioncontainer.h>

View File

@@ -28,7 +28,8 @@
****************************************************************************/
#include "localhelpmanager.h"
#include "bookmarkmanager.h"
#include <bookmarkmanager.h>
#include <app/app_version.h>
#include <coreplugin/helpmanager.h>

View File

@@ -28,7 +28,8 @@
****************************************************************************/
#include "xbelsupport.h"
#include "bookmarkmanager.h"
#include <bookmarkmanager.h>
#include <QCoreApplication>