Make a few headers forward declarations

This commit is contained in:
Nicolas Werner 2024-03-16 03:55:57 +01:00
parent 06927cd3c2
commit aef9617d1e
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
39 changed files with 198 additions and 118 deletions

View file

@ -6,6 +6,8 @@
#include <algorithm>
#include <mtx/requests.hpp>
#include "Cache.h"
#include "ChatPage.h"
#include "Logging.h"