Always use system-style includes for libQuotient

This commit is contained in:
Tobias Fella
2022-09-09 00:16:39 +02:00
parent 8c436075d8
commit d70a8a652a
21 changed files with 68 additions and 66 deletions

View File

@@ -11,6 +11,7 @@
#include <events/roommemberevent.h>
#include <events/roommessageevent.h>
#include <events/simplestateevents.h>
#include <room.h>
#include <QObject>
#include <QPointer>
@@ -19,7 +20,6 @@
#include <qcoro/task.h>
#include "neochatuser.h"
#include "room.h"
using namespace Quotient;