summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/3rdparty/7zip/lib7z_facade.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-03-13 16:38:56 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-13 19:49:28 +0100
commit06100e103459d0149c8c3c37e524715e7e7fbdd5 (patch)
tree9ca460952b2e4787ca38e2b7d3e36c400996f895 /installerbuilder/libinstaller/3rdparty/7zip/lib7z_facade.h
parentb294bdc12d2523be67584b3fb200ca612f0d1e06 (diff)
Keep common just for the tools.
All other files should be in the lib anyway. Fix includes. Change-Id: I654fadf0a77b8d19953a6b47820e6398af11e2df Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/3rdparty/7zip/lib7z_facade.h')
-rw-r--r--installerbuilder/libinstaller/3rdparty/7zip/lib7z_facade.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/installerbuilder/libinstaller/3rdparty/7zip/lib7z_facade.h b/installerbuilder/libinstaller/3rdparty/7zip/lib7z_facade.h
index 855648aa2..58774df11 100644
--- a/installerbuilder/libinstaller/3rdparty/7zip/lib7z_facade.h
+++ b/installerbuilder/libinstaller/3rdparty/7zip/lib7z_facade.h
@@ -1,21 +1,21 @@
#ifndef LIB7Z_FACADE_H
#define LIB7Z_FACADE_H
-#include <QCoreApplication>
-#include <QDateTime>
-#include <QFile>
-#include <QString>
-#include <QRunnable>
-#include <QVector>
-#include <QVariant>
-#include <QPoint>
-
-#include <stdexcept>
-#include <string>
+#include "installer_global.h"
#include "Common/MyWindows.h"
-#include "../../installerbuilder/libinstaller/installer_global.h"
+#include <QtCore/QCoreApplication>
+#include <QtCore/QDateTime>
+#include <QtCore/QFile>
+#include <QtCore/QPoint>
+#include <QtCore/QRunnable>
+#include <QtCore/QString>
+#include <QtCore/QVector>
+#include <QtCore/QVariant>
+
+#include <stdexcept>
+#include <string>
QT_BEGIN_NAMESPACE
class QStringList;