Skip to content
Snippets Groups Projects
Commit 4829e946 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Clean exported headers of the QtSupport plugin.


Change-Id: I6da98c3a9d5a89f80e721aed0e9fbf0f9ca6b43d
Reviewed-by: default avatarDaniel Teske <daniel.teske@theqtcompany.com>
parent fb785895
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include "qmldumptool.h" #include "qmldumptool.h"
#include "baseqtversion.h" #include "baseqtversion.h"
#include "qtversionmanager.h" #include "qtversionmanager.h"
#include <projectexplorer/toolchain.h>
#include <utils/qtcassert.h> #include <utils/qtcassert.h>
#include <QCoreApplication> #include <QCoreApplication>
......
...@@ -35,12 +35,13 @@ ...@@ -35,12 +35,13 @@
#include <utils/environment.h> #include <utils/environment.h>
#include <utils/fileutils.h> #include <utils/fileutils.h>
#include <coreplugin/messagemanager.h> #include <coreplugin/messagemanager.h>
#include <projectexplorer/toolchain.h>
#include <QObject> #include <QObject>
#include <QFutureInterface> #include <QFutureInterface>
#include <QMetaType> #include <QMetaType>
namespace ProjectExplorer { class ToolChain; }
namespace QtSupport { namespace QtSupport {
class BaseQtVersion; class BaseQtVersion;
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include "baseqtversion.h" #include "baseqtversion.h"
#include <coreplugin/featureprovider.h>
#include <projectexplorer/kitinformation.h> #include <projectexplorer/kitinformation.h>
namespace Utils { class MacroExpander; } namespace Utils { class MacroExpander; }
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include <coreplugin/progressmanager/progressmanager.h> #include <coreplugin/progressmanager/progressmanager.h>
#include <coreplugin/coreconstants.h> #include <coreplugin/coreconstants.h>
#include <coreplugin/variablechooser.h> #include <coreplugin/variablechooser.h>
#include <projectexplorer/toolchain.h>
#include <projectexplorer/toolchainmanager.h> #include <projectexplorer/toolchainmanager.h>
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <utils/hostosinfo.h> #include <utils/hostosinfo.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment