Clean up includes

This commit is contained in:
Tobias Fella
2022-10-08 19:03:49 +02:00
parent 6756e1fd45
commit 22448ea9ae
49 changed files with 168 additions and 208 deletions

View File

@@ -4,7 +4,6 @@
#pragma once
#include <events/stateevent.h>
#include <quotient_common.h>
namespace Quotient
{
@@ -34,4 +33,4 @@ public:
QJsonArray allow() const;
};
REGISTER_EVENT_TYPE(JoinRulesEvent)
} // namespace Quotient
}