diff options
Diffstat (limited to 'autotests')
-rw-r--r-- | autotests/testgroupsession.cpp | 6 | ||||
-rw-r--r-- | autotests/testolmaccount.cpp | 6 | ||||
-rw-r--r-- | autotests/testolmsession.cpp | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/autotests/testgroupsession.cpp b/autotests/testgroupsession.cpp index 23c5bf8f..325ca2ec 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 "olm/qolminboundsession.h" -#include "olm/qolmoutboundsession.h" -#include "olm/utils.h" +#include <crypto/qolminboundsession.h> +#include <crypto/qolmoutboundsession.h> +#include <crypto/utils.h> using namespace Quotient; diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp index 2fac53bd..cbce845a 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 "olm/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 da0e36e3..462c8213 100644 --- a/autotests/testolmsession.cpp +++ b/autotests/testolmsession.cpp @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: LGPL-2.1-or-later -#include "olm/session.h" +#include <crypto/session.h> #include "testolmsession.h" using namespace Quotient; |