Move voip and encryption stuff into their own directories

This commit is contained in:
Nicolas Werner 2021-10-14 22:53:11 +02:00
parent 16e234016a
commit 550c80525a
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
25 changed files with 31 additions and 30 deletions

View file

@ -9,10 +9,10 @@
#include "Cache_p.h"
#include "ChatPage.h"
#include "DeviceVerificationFlow.h"
#include "Logging.h"
#include "UserProfile.h"
#include "Utils.h"
#include "encryption/DeviceVerificationFlow.h"
#include "mtx/responses/crypto.hpp"
#include "timeline/TimelineModel.h"
#include "timeline/TimelineViewManager.h"