diff options
author | bunnei <bunneidev@gmail.com> | 2014-09-10 18:44:08 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-09-10 18:44:08 -0400 |
commit | d79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch) | |
tree | 49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/core/core.cpp | |
parent | 249a567834798d97d1281d7cc2209f6c52b80f8b (diff) | |
parent | 6e606c515f56b456a8031b235fd4f8d8453483a4 (diff) |
Merge pull request #103 from archshift/prune
Prune redundant includes
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r-- | src/core/core.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index f21801e52b..01d4f0afaa 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -3,15 +3,9 @@ // Refer to the license.txt file included. #include "common/common_types.h" -#include "common/log.h" -#include "common/symbols.h" - -#include "video_core/video_core.h" #include "core/core.h" -#include "core/mem_map.h" #include "core/hw/hw.h" -#include "core/hw/gpu.h" #include "core/arm/disassembler/arm_disasm.h" #include "core/arm/interpreter/arm_interpreter.h" |