summary refs log tree commit diff
path: root/src/ui/UserProfile.cpp
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/ui/UserProfile.cpp
parentSpeedup provider compilation (diff)
downloadnheko-beb59d5d2ede3e5a738ccec8d67cda36fa0d2385.tar.xz
Simplify includes a bit
Diffstat (limited to 'src/ui/UserProfile.cpp')
-rw-r--r--src/ui/UserProfile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/UserProfile.cpp b/src/ui/UserProfile.cpp

index e9d1bc18..d1559112 100644 --- a/src/ui/UserProfile.cpp +++ b/src/ui/UserProfile.cpp
@@ -8,12 +8,14 @@ #include <QMimeDatabase> #include <QStandardPaths> +#include "Cache.h" #include "Cache_p.h" #include "ChatPage.h" #include "Logging.h" #include "UserProfile.h" #include "Utils.h" #include "encryption/DeviceVerificationFlow.h" +#include "encryption/VerificationManager.h" #include "mtx/responses/crypto.hpp" #include "timeline/TimelineModel.h" #include "timeline/TimelineViewManager.h"