summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/extractbinarydata/extractbinarydata.pro2
-rw-r--r--tools/extractbinarydata/main.cpp9
2 files changed, 5 insertions, 6 deletions
diff --git a/tools/extractbinarydata/extractbinarydata.pro b/tools/extractbinarydata/extractbinarydata.pro
index fe30f20b2..c821a857d 100644
--- a/tools/extractbinarydata/extractbinarydata.pro
+++ b/tools/extractbinarydata/extractbinarydata.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-DEPENDPATH += . .. ../../installerbuilder/common
+DEPENDPATH += . ..
INCLUDEPATH += . ..
DESTDIR = ../../installerbuilder/bin
diff --git a/tools/extractbinarydata/main.cpp b/tools/extractbinarydata/main.cpp
index c50ec8305..99478c0f9 100644
--- a/tools/extractbinarydata/main.cpp
+++ b/tools/extractbinarydata/main.cpp
@@ -30,12 +30,11 @@
**
**************************************************************************/
-#include <common/binaryformat.h>
-#include <common/errors.h>
-#include <common/fileutils.h>
-#include <common/utils.h>
-
+#include <binaryformat.h>
+#include <errors.h>
+#include <fileutils.h>
#include <init.h>
+#include <utils.h>
#include <kdsavefile.h>