Core/HW/AddressSpace: Remove unnecessary inclusion of Core.h
This is only included to satisfy the use of our type aliases. Given that, we can just include CommonTypes.h, lessening dependencies on core headers.
This commit is contained in:
parent
8d8d103739
commit
df0d4b6aea
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
|
||||||
#include "Core/Core.h"
|
#include "Common/CommonTypes.h"
|
||||||
|
|
||||||
namespace AddressSpace
|
namespace AddressSpace
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue