diff --git a/autotests/callcandidateseventtest.cpp b/autotests/callcandidateseventtest.cpp index 679fbed4d..4b170ba48 100644 --- a/autotests/callcandidateseventtest.cpp +++ b/autotests/callcandidateseventtest.cpp @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: LGPL-2.1-or-later -#include "events/callevents.h" +#include #include diff --git a/autotests/testfilecrypto.cpp b/autotests/testfilecrypto.cpp index 29521060c..3fd497542 100644 --- a/autotests/testfilecrypto.cpp +++ b/autotests/testfilecrypto.cpp @@ -4,7 +4,7 @@ #include "testfilecrypto.h" -#include "events/filesourceinfo.h" +#include #include diff --git a/autotests/testgroupsession.cpp b/autotests/testgroupsession.cpp index f25360837..70e968118 100644 --- a/autotests/testgroupsession.cpp +++ b/autotests/testgroupsession.cpp @@ -3,8 +3,8 @@ // SPDX-License-Identifier: LGPL-2.1-or-later #include "testgroupsession.h" -#include "e2ee/qolminboundsession.h" -#include "e2ee/qolmoutboundsession.h" +#include +#include using namespace Quotient; diff --git a/autotests/testkeyverification.cpp b/autotests/testkeyverification.cpp index c32951fad..39f9f12f4 100644 --- a/autotests/testkeyverification.cpp +++ b/autotests/testkeyverification.cpp @@ -6,7 +6,7 @@ #include #include "testutils.h" #include -#include +#include #include "olm/sas.h" class TestKeyVerificationSession : public QObject diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp index 1d4ac1507..390235d18 100644 --- a/autotests/testolmaccount.cpp +++ b/autotests/testolmaccount.cpp @@ -5,14 +5,14 @@ #include "testolmaccount.h" -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #include "testutils.h" diff --git a/autotests/testolmsession.cpp b/autotests/testolmsession.cpp index 4078ee678..932549b91 100644 --- a/autotests/testolmsession.cpp +++ b/autotests/testolmsession.cpp @@ -2,8 +2,8 @@ // // SPDX-License-Identifier: LGPL-2.1-or-later -#include "e2ee/qolmsession.h" -#include "e2ee/qolmaccount.h" +#include +#include #include "testolmsession.h" using namespace Quotient; diff --git a/autotests/testolmutility.cpp b/autotests/testolmutility.cpp index abf7fc6ed..9e8524bbd 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 "e2ee/qolmaccount.h" -#include "e2ee/qolmutility.h" +#include +#include #include diff --git a/autotests/testutils.h b/autotests/testutils.h index d967454fa..8b615ab9b 100644 --- a/autotests/testutils.h +++ b/autotests/testutils.h @@ -4,8 +4,8 @@ #pragma once -#include -#include +#include +#include #include diff --git a/autotests/utiltests.cpp b/autotests/utiltests.cpp index e3ec63d03..ce808d0a4 100644 --- a/autotests/utiltests.cpp +++ b/autotests/utiltests.cpp @@ -1,7 +1,7 @@ // SPDX-FileCopyrightText: 2021 Kitsune Ral // SPDX-License-Identifier: LGPL-2.1-or-later -#include "omittable.h" +#include #include diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp index 447234e63..7baddbb4d 100644 --- a/quotest/quotest.cpp +++ b/quotest/quotest.cpp @@ -1,21 +1,21 @@ // SPDX-FileCopyrightText: 2016 Kitsune Ral // SPDX-License-Identifier: LGPL-2.1-or-later -#include "connection.h" -#include "room.h" -#include "user.h" -#include "uriresolver.h" -#include "networkaccessmanager.h" -#include "qt_connection_util.h" - -#include "csapi/joining.h" -#include "csapi/leaving.h" -#include "csapi/room_send.h" - -#include "events/reactionevent.h" -#include "events/redactionevent.h" -#include "events/simplestateevents.h" -#include "events/roommemberevent.h" +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include +#include +#include +#include #include #include