summaryrefslogtreecommitdiff
path: root/src/plugins/help/helpmode.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-10-01 16:38:08 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-10-01 16:38:08 +0200
commit74a3828f19998d135fb61b1135b194dce1536a42 (patch)
tree06843d456e64837b429fda209e9a5b1ee9d857be /src/plugins/help/helpmode.cpp
parentdf22ae6c533349d91161f0a5f3db20b83dc7342a (diff)
downloadqt-creator-74a3828f19998d135fb61b1135b194dce1536a42.tar.gz
Purge out include files in exported headers
Diffstat (limited to 'src/plugins/help/helpmode.cpp')
-rw-r--r--src/plugins/help/helpmode.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/help/helpmode.cpp b/src/plugins/help/helpmode.cpp
index bccafe53ab..964b0eb17c 100644
--- a/src/plugins/help/helpmode.cpp
+++ b/src/plugins/help/helpmode.cpp
@@ -30,9 +30,12 @@
#include "helpmode.h"
#include "helpplugin.h"
+#include <coreplugin/findplaceholder.h>
+
#include <QtCore/QLatin1String>
+
#include <QtGui/QWidget>
-#include <coreplugin/findplaceholder.h>
+#include <QtGui/QLayout>
using namespace Help;
using namespace Help::Internal;