summaryrefslogtreecommitdiffstats
path: root/tools/devtool/binaryreplace.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-07-11 15:15:26 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-07-15 11:36:15 +0200
commit62ef1132ae0775dae628b45f2642c25b19b740a5 (patch)
tree2d653bdabad589dbbdc88ca770eef8eb6530636d /tools/devtool/binaryreplace.h
parent7e22555eaab60a575bf8185b860ba6f7d6639515 (diff)
Move class BinaryContent into its own file.
Prepare for QTIFW-292 and QTIFW-345. Change-Id: I938b5aa728e8f81eb9521df5753ad80ac630d96e Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tools/devtool/binaryreplace.h')
-rw-r--r--tools/devtool/binaryreplace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/devtool/binaryreplace.h b/tools/devtool/binaryreplace.h
index 91bb5092b..52f90c209 100644
--- a/tools/devtool/binaryreplace.h
+++ b/tools/devtool/binaryreplace.h
@@ -42,7 +42,7 @@
#ifndef BINARYREPLACE_H
#define BINARYREPLACE_H
-#include <binaryformat.h>
+#include <binarycontent.h>
class BinaryReplace
{