diff options
author | FearlessTobi <thm.frey@gmail.com> | 2022-08-16 23:13:05 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-08-27 03:02:21 +0200 |
commit | b904652d69fb3d3bf1918a7dd7f04bc049c9f460 (patch) | |
tree | 4a252395a2a51d8998ef088e446c1f9a7f238aa3 /src/yuzu/multiplayer/host_room.cpp | |
parent | d1ef4b2b8604c65f6cdc9a1727ed05b634b95fb1 (diff) |
yuzu_room: Remove dependency on core
Diffstat (limited to 'src/yuzu/multiplayer/host_room.cpp')
-rw-r--r-- | src/yuzu/multiplayer/host_room.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/multiplayer/host_room.cpp b/src/yuzu/multiplayer/host_room.cpp index d70a9a3c8..8e7a81291 100644 --- a/src/yuzu/multiplayer/host_room.cpp +++ b/src/yuzu/multiplayer/host_room.cpp @@ -12,7 +12,7 @@ #include <QtConcurrent/QtConcurrentRun> #include "common/logging/log.h" #include "common/settings.h" -#include "core/announce_multiplayer_session.h" +#include "network/announce_multiplayer_session.h" #include "ui_host_room.h" #include "yuzu/game_list_p.h" #include "yuzu/main.h" |