aboutsummaryrefslogtreecommitdiff
path: root/autotests
diff options
context:
space:
mode:
Diffstat (limited to 'autotests')
-rw-r--r--autotests/testgroupsession.cpp6
-rw-r--r--autotests/testolmaccount.cpp6
-rw-r--r--autotests/testolmsession.cpp2
3 files changed, 7 insertions, 7 deletions
diff --git a/autotests/testgroupsession.cpp b/autotests/testgroupsession.cpp
index 325ca2ec..858f29d8 100644
--- a/autotests/testgroupsession.cpp
+++ b/autotests/testgroupsession.cpp
@@ -3,9 +3,9 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include "testgroupsession.h"
-#include <crypto/qolminboundsession.h>
-#include <crypto/qolmoutboundsession.h>
-#include <crypto/utils.h>
+#include "crypto/qolminboundsession.h"
+#include "crypto/qolmoutboundsession.h"
+#include "crypto/qolmutils.h"
using namespace Quotient;
diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp
index cbce845a..a4dfd7b5 100644
--- a/autotests/testolmaccount.cpp
+++ b/autotests/testolmaccount.cpp
@@ -3,9 +3,9 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include "testolmaccount.h"
-#include <crypto/qolmaccount.h>
-#include <csapi/definitions/device_keys.h>
-#include <events/encryptedfile.h>
+#include "crypto/qolmaccount.h"
+#include "csapi/definitions/device_keys.h"
+#include "events/encryptedfile.h"
using namespace Quotient;
diff --git a/autotests/testolmsession.cpp b/autotests/testolmsession.cpp
index 462c8213..6535e4fe 100644
--- a/autotests/testolmsession.cpp
+++ b/autotests/testolmsession.cpp
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later
-#include <crypto/session.h>
+#include "crypto/qolmsession.h"
#include "testolmsession.h"
using namespace Quotient;