aboutsummaryrefslogtreecommitdiff
path: root/autotests
diff options
context:
space:
mode:
Diffstat (limited to 'autotests')
-rw-r--r--autotests/testgroupsession.cpp6
-rw-r--r--autotests/testolmaccount.cpp4
-rw-r--r--autotests/testolmsession.cpp2
-rw-r--r--autotests/testolmutility.cpp4
4 files changed, 8 insertions, 8 deletions
diff --git a/autotests/testgroupsession.cpp b/autotests/testgroupsession.cpp
index ea1bb4a9..afd5ef81 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/qolmutils.h"
+#include "e2ee/qolminboundsession.h"
+#include "e2ee/qolmoutboundsession.h"
+#include "e2ee/qolmutils.h"
using namespace Quotient;
diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp
index 4fd129b5..22c457aa 100644
--- a/autotests/testolmaccount.cpp
+++ b/autotests/testolmaccount.cpp
@@ -4,8 +4,8 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include "testolmaccount.h"
-#include <crypto/qolmaccount.h>
-#include <crypto/qolmutility.h>
+#include <e2ee/qolmaccount.h>
+#include <e2ee/qolmutility.h>
#include <connection.h>
#include <events/encryptedfile.h>
#include <networkaccessmanager.h>
diff --git a/autotests/testolmsession.cpp b/autotests/testolmsession.cpp
index 00d76d4e..41baf8e3 100644
--- a/autotests/testolmsession.cpp
+++ b/autotests/testolmsession.cpp
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later
-#include "crypto/qolmsession.h"
+#include "e2ee/qolmsession.h"
#include "testolmsession.h"
using namespace Quotient;
diff --git a/autotests/testolmutility.cpp b/autotests/testolmutility.cpp
index 2eec7e00..bbf3a055 100644
--- a/autotests/testolmutility.cpp
+++ b/autotests/testolmutility.cpp
@@ -3,8 +3,8 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include "testolmutility.h"
-#include "crypto/qolmaccount.h"
-#include "crypto/qolmutility.h"
+#include "e2ee/qolmaccount.h"
+#include "e2ee/qolmutility.h"
using namespace Quotient;