Skip to content

Commit

Permalink
Core/HW/AddressSpace: Remove unnecessary inclusion of Core.h
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lioncash committed Jul 16, 2019
1 parent 8d8d103 commit df0d4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/AddressSpace.h
Expand Up @@ -6,7 +6,7 @@

#include <optional>

#include "Core/Core.h"
#include "Common/CommonTypes.h"

namespace AddressSpace
{
Expand Down

0 comments on commit df0d4b6

Please sign in to comment.