diff options
| author | 2014-09-10 18:44:08 -0400 | |
|---|---|---|
| committer | 2014-09-10 18:44:08 -0400 | |
| commit | d79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch) | |
| tree | 49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/core/mem_map_funcs.cpp | |
| parent | Merge pull request #104 from archshift/removal (diff) | |
| parent | core: Prune redundant includes (diff) | |
| download | yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.gz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.xz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.zip | |
Merge pull request #103 from archshift/prune
Prune redundant includes
Diffstat (limited to 'src/core/mem_map_funcs.cpp')
| -rw-r--r-- | src/core/mem_map_funcs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/mem_map_funcs.cpp b/src/core/mem_map_funcs.cpp index 391b75fc2..f510df835 100644 --- a/src/core/mem_map_funcs.cpp +++ b/src/core/mem_map_funcs.cpp | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | 8 | ||
| 9 | #include "core/mem_map.h" | 9 | #include "core/mem_map.h" |
| 10 | #include "core/hw/hw.h" | 10 | #include "core/hw/hw.h" |
| 11 | #include "hle/hle.h" | ||
| 12 | #include "hle/config_mem.h" | 11 | #include "hle/config_mem.h" |
| 13 | 12 | ||
| 14 | namespace Memory { | 13 | namespace Memory { |