service: Append service name prefix to common filenames

This commit is contained in:
Morph 2021-07-14 00:52:17 -04:00
parent 79824d7d1b
commit c6d7da88c7
41 changed files with 56 additions and 56 deletions

View file

@ -12,7 +12,7 @@
#include "core/hle/kernel/k_writable_event.h"
#include "core/hle/service/friend/errors.h"
#include "core/hle/service/friend/friend.h"
#include "core/hle/service/friend/interface.h"
#include "core/hle/service/friend/friend_interface.h"
namespace Service::Friend {

View file

@ -2,7 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "core/hle/service/friend/interface.h"
#include "core/hle/service/friend/friend_interface.h"
namespace Service::Friend {