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/dedicated_room/yuzu_room.cpp | |
parent | Merge pull request #8566 from german77/galaxy (diff) | |
download | yuzu-b904652d69fb3d3bf1918a7dd7f04bc049c9f460.tar yuzu-b904652d69fb3d3bf1918a7dd7f04bc049c9f460.tar.gz yuzu-b904652d69fb3d3bf1918a7dd7f04bc049c9f460.tar.bz2 yuzu-b904652d69fb3d3bf1918a7dd7f04bc049c9f460.tar.lz yuzu-b904652d69fb3d3bf1918a7dd7f04bc049c9f460.tar.xz yuzu-b904652d69fb3d3bf1918a7dd7f04bc049c9f460.tar.zst yuzu-b904652d69fb3d3bf1918a7dd7f04bc049c9f460.zip |
Diffstat (limited to 'src/dedicated_room/yuzu_room.cpp')
-rw-r--r-- | src/dedicated_room/yuzu_room.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dedicated_room/yuzu_room.cpp b/src/dedicated_room/yuzu_room.cpp index 482e772fb..7c1a75de3 100644 --- a/src/dedicated_room/yuzu_room.cpp +++ b/src/dedicated_room/yuzu_room.cpp @@ -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" |