diff options
| author | 2014-09-08 17:52:00 -0700 | |
|---|---|---|
| committer | 2014-09-08 17:54:14 -0700 | |
| commit | 6e606c515f56b456a8031b235fd4f8d8453483a4 (patch) | |
| tree | 1e603b1ed4c0c65db72dc74b7142c622df41d069 /src/core/core.cpp | |
| parent | common: Prune all redundant includes (diff) | |
| download | yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.gz yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.xz yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.zip | |
core: 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 f21801e52..01d4f0afa 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -3,15 +3,9 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "common/common_types.h" | 5 | #include "common/common_types.h" |
| 6 | #include "common/log.h" | ||
| 7 | #include "common/symbols.h" | ||
| 8 | |||
| 9 | #include "video_core/video_core.h" | ||
| 10 | 6 | ||
| 11 | #include "core/core.h" | 7 | #include "core/core.h" |
| 12 | #include "core/mem_map.h" | ||
| 13 | #include "core/hw/hw.h" | 8 | #include "core/hw/hw.h" |
| 14 | #include "core/hw/gpu.h" | ||
| 15 | #include "core/arm/disassembler/arm_disasm.h" | 9 | #include "core/arm/disassembler/arm_disasm.h" |
| 16 | #include "core/arm/interpreter/arm_interpreter.h" | 10 | #include "core/arm/interpreter/arm_interpreter.h" |
| 17 | 11 | ||