Move utility classes from common to own static lib
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#include "timing_event.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/log.h"
|
||||
#include "common/state_wrapper.h"
|
||||
#include "cpu_core.h"
|
||||
#include "cpu_core_private.h"
|
||||
#include "system.h"
|
||||
#include "util/state_wrapper.h"
|
||||
Log_SetChannel(TimingEvents);
|
||||
|
||||
namespace TimingEvents {
|
||||
|
||||
Reference in New Issue
Block a user