yuzu_room: Remove dependency on core

This commit is contained in:
FearlessTobi 2022-08-16 23:13:05 +02:00
parent 52dc2cbe57
commit 869724c3a5
11 changed files with 13 additions and 9 deletions

View file

@ -27,8 +27,8 @@
#include "common/scm_rev.h"
#include "common/settings.h"
#include "common/string_util.h"
#include "core/announce_multiplayer_session.h"
#include "core/core.h"
#include "network/announce_multiplayer_session.h"
#include "network/network.h"
#include "network/room.h"
#include "network/verify_user.h"