summaryrefslogtreecommitdiff
path: root/src/crypto-lib
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2017-03-15 17:24:42 +0100
committerThomas Senyk <thomas.senyk@pelagicore.com>2017-03-15 17:04:45 +0000
commitf472ef3662cf0a9bc2bf727c7cef18fd884df5a2 (patch)
tree3ad0d4c7c12295ac143e0c7d36611d61057acefb /src/crypto-lib
parenteedc4d08568a8eb3298ffae5d28de041098e8103 (diff)
downloadqtapplicationmanager-f472ef3662cf0a9bc2bf727c7cef18fd884df5a2.tar.gz
Use #include <QtModule/file> syntax in all headersv1.1_QtAS5.8
Also removed a few exception.h includes, since they are not needed anymore. Change-Id: I4d9bfb7fab61c2f07a4f2928c5cf4705487f2f5d Reviewed-by: Thomas Senyk <thomas.senyk@pelagicore.com>
Diffstat (limited to 'src/crypto-lib')
-rw-r--r--src/crypto-lib/signature.cpp1
-rw-r--r--src/crypto-lib/signature_p.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto-lib/signature.cpp b/src/crypto-lib/signature.cpp
index 540f5bc7..7f71b240 100644
--- a/src/crypto-lib/signature.cpp
+++ b/src/crypto-lib/signature.cpp
@@ -42,6 +42,7 @@
#include "signature.h"
#include "signature_p.h"
#include "cryptography.h"
+#include "exception.h"
QT_BEGIN_NAMESPACE_AM
diff --git a/src/crypto-lib/signature_p.h b/src/crypto-lib/signature_p.h
index 9a7d109a..ae55eaa6 100644
--- a/src/crypto-lib/signature_p.h
+++ b/src/crypto-lib/signature_p.h
@@ -41,8 +41,7 @@
#pragma once
-#include "signature.h"
-#include <QtAppManCommon/exception.h>
+#include <QtAppManCrypto/signature.h>
QT_BEGIN_NAMESPACE_AM