summary refs log tree commit diff
path: root/src/encryption
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-06-16 01:19:26 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-06-16 01:19:26 +0200
commitbeb59d5d2ede3e5a738ccec8d67cda36fa0d2385 (patch)
treedcd7cc1a7c5c82922ca83888822477b05e73a912 /src/encryption
parentSpeedup provider compilation (diff)
downloadnheko-beb59d5d2ede3e5a738ccec8d67cda36fa0d2385.tar.xz
Simplify includes a bit
Diffstat (limited to 'src/encryption')
-rw-r--r--src/encryption/SelfVerificationStatus.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/encryption/SelfVerificationStatus.cpp b/src/encryption/SelfVerificationStatus.cpp

index 00e6be49..ab50b6f3 100644 --- a/src/encryption/SelfVerificationStatus.cpp +++ b/src/encryption/SelfVerificationStatus.cpp
@@ -7,12 +7,14 @@ #include <QApplication> +#include "Cache.h" #include "Cache_p.h" #include "ChatPage.h" #include "Logging.h" #include "MainWindow.h" #include "MatrixClient.h" #include "Olm.h" +#include "encryption/VerificationManager.h" #include "timeline/TimelineViewManager.h" #include "ui/UIA.h"