Enforce namespaced includes for libQuotient

This commit is contained in:
Tobias Fella
2023-04-23 19:13:19 +02:00
parent 8db2526153
commit c963966f1d
55 changed files with 401 additions and 133 deletions

View File

@@ -2,12 +2,15 @@
// SPDX-License-Identifier: LGPL-2.0-or-later
#include "pollhandler.h"
#include "events/pollevent.h"
#include "neochatroom.h"
#include <Quotient/csapi/relations.h>
#include <Quotient/events/roompowerlevelsevent.h>
#include <Quotient/user.h>
#include <algorithm>
#include <csapi/relations.h>
#include <events/roompowerlevelsevent.h>
#include <user.h>
using namespace Quotient;