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

@ -11,12 +11,13 @@
#include <QUrl>
#include <QWindow>
#include <mtx/requests.hpp>
#include "Cache_p.h"
#include "ChatPage.h"
#include "Logging.h"
#include "UserSettingsPage.h"
#include "Utils.h"
#include "voip/WebRTCSession.h"
#if XCB_AVAILABLE
#include <xcb/xproto.h>