Merge pull request #7115 from ameerj/log-compile
common/logging: Reduce dependent header include overhead
This commit is contained in:
commit
5b2fa8dd41
15 changed files with 53 additions and 18 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "core/hle/service/time/clock_types.h"
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "core/hle/service/time/clock_types.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue