Skip to content

Commit

Permalink
Rewrite #include
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal authored Feb 10, 2025
1 parent c60b3a7 commit 401681e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotient/room.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "events/roommessageevent.h"
#include "events/roompowerlevelsevent.h"
#include "events/roomtombstoneevent.h"
#include <Quotient/events/roomjoinrulesevent.h>
#include "events/roomjoinrulesevent.h"

#include <QtCore/QJsonObject>
#include <QtGui/QImage>
Expand Down

0 comments on commit 401681e

Please sign in to comment.