aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/buildablehelperlibrary.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-18 14:47:33 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-19 17:19:26 +0100
commitaebf19eabd6c46734550b575454efe074c37bffb (patch)
tree9b552cfc970af63e6d6dc880479973e5b22c6536 /src/libs/utils/buildablehelperlibrary.h
parent3824d901685b3013e7074ecac4ad16638a8f40e9 (diff)
Clean headers in Utils.
Forward-declare QGraphicsOpacityEffect in DetailsButton, QProcessEnvironment in Environment, QFileInfo in fileutils, QUrl in IWelcomePage, FancyLineEdit in PathChooser and remove unneeded headers. Change-Id: I7d5f273530dd2059bbdaf0899f0a3bc7e49e8482 Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/libs/utils/buildablehelperlibrary.h')
-rw-r--r--src/libs/utils/buildablehelperlibrary.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/libs/utils/buildablehelperlibrary.h b/src/libs/utils/buildablehelperlibrary.h
index fe06d7d7d80..2fb4ba2c3ee 100644
--- a/src/libs/utils/buildablehelperlibrary.h
+++ b/src/libs/utils/buildablehelperlibrary.h
@@ -30,18 +30,13 @@
#ifndef BUILDABLEHELPERLIBRARY_H
#define BUILDABLEHELPERLIBRARY_H
-#include "utils_global.h"
-#include <utils/environment.h>
-#include <utils/fileutils.h>
-
-#include <QString>
+#include "environment.h"
+#include "fileutils.h"
QT_FORWARD_DECLARE_CLASS(QFileInfo)
namespace Utils {
-class Environment;
-
class QTCREATOR_UTILS_EXPORT BuildableHelperLibrary
{
public: