summaryrefslogtreecommitdiffstats
path: root/installerbuilder/common/repositorygen.cpp
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/common/repositorygen.cpp
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/common/repositorygen.cpp')
-rw-r--r--installerbuilder/common/repositorygen.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/installerbuilder/common/repositorygen.cpp b/installerbuilder/common/repositorygen.cpp
index b4610f3a4..f5465cc47 100644
--- a/installerbuilder/common/repositorygen.cpp
+++ b/installerbuilder/common/repositorygen.cpp
@@ -29,13 +29,15 @@
** Nokia at qt-info@nokia.com.
**
**************************************************************************/
-#include <common/fileutils.h>
-#include <common/errors.h>
-#include <common/repositorygen.h>
-#include <kdupdater.h>
+#include "repositorygen.h"
+
+#include <fileutils.h>
+#include <errors.h>
#include <lib7z_facade.h>
#include <settings.h>
+#include <kdupdater.h>
+
#include <QtCore/QCryptographicHash>
#include <QtCore/QDirIterator>