1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-07-28 23:36:49 +00:00

Address review comments

This commit is contained in:
fearlessTobi 2018-08-29 16:30:33 +02:00
parent cb3ef488c7
commit cf8b1726df
11 changed files with 4 additions and 18 deletions
src/core/hle/service

View file

@ -6,7 +6,6 @@
#include <fmt/format.h>
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/string_util.h"
#include "core/core.h"
#include "core/hle/ipc.h"
#include "core/hle/kernel/client_port.h"