diff options
| author | 2015-06-21 15:11:32 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:36:54 +0100 | |
| commit | aea15f5c731b325be48ea4900ae3eca341ac03cd (patch) | |
| tree | 695d7a0d4c404340cabdd5e5565913f3c86ba5b9 /src/core/core_timing.cpp | |
| parent | CitraQt: Cleanup includes. (diff) | |
| download | yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.gz yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.xz yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.zip | |
Core: Cleanup core includes.
Diffstat (limited to 'src/core/core_timing.cpp')
| -rw-r--r-- | src/core/core_timing.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/core_timing.cpp b/src/core/core_timing.cpp index 0eb717c8d..72006a53e 100644 --- a/src/core/core_timing.cpp +++ b/src/core/core_timing.cpp | |||
| @@ -3,12 +3,11 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <atomic> | 5 | #include <atomic> |
| 6 | #include <cstdio> | ||
| 7 | #include <mutex> | 6 | #include <mutex> |
| 8 | #include <vector> | 7 | #include <vector> |
| 9 | 8 | ||
| 10 | #include "common/assert.h" | ||
| 11 | #include "common/chunk_file.h" | 9 | #include "common/chunk_file.h" |
| 10 | #include "common/logging/log.h" | ||
| 12 | #include "common/string_util.h" | 11 | #include "common/string_util.h" |
| 13 | 12 | ||
| 14 | #include "core/arm/arm_interface.h" | 13 | #include "core/arm/arm_interface.h" |