diff options
| author | 2014-09-07 22:08:06 -0400 | |
|---|---|---|
| committer | 2014-09-07 22:08:06 -0400 | |
| commit | 85f1b76cd8a223968d61fbd93235acee5dcab47e (patch) | |
| tree | 8b062c49cd6b6d34e39e4ad79005815e5c694c73 /src/core/core_timing.cpp | |
| parent | Merge pull request #93 from lioncash/ref (diff) | |
| parent | Removed common/std_xyz, instead using the std header (diff) | |
| download | yuzu-85f1b76cd8a223968d61fbd93235acee5dcab47e.tar.gz yuzu-85f1b76cd8a223968d61fbd93235acee5dcab47e.tar.xz yuzu-85f1b76cd8a223968d61fbd93235acee5dcab47e.zip | |
Merge pull request #87 from archshift/remove-cruft
Removed redundant headers for std implementations
Diffstat (limited to 'src/core/core_timing.cpp')
| -rw-r--r-- | src/core/core_timing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.cpp b/src/core/core_timing.cpp index c30e36732..25fccce76 100644 --- a/src/core/core_timing.cpp +++ b/src/core/core_timing.cpp | |||
| @@ -5,9 +5,9 @@ | |||
| 5 | #include <vector> | 5 | #include <vector> |
| 6 | #include <cstdio> | 6 | #include <cstdio> |
| 7 | #include <atomic> | 7 | #include <atomic> |
| 8 | #include <mutex> | ||
| 8 | 9 | ||
| 9 | #include "common/msg_handler.h" | 10 | #include "common/msg_handler.h" |
| 10 | #include "common/std_mutex.h" | ||
| 11 | #include "common/chunk_file.h" | 11 | #include "common/chunk_file.h" |
| 12 | 12 | ||
| 13 | #include "core/core_timing.h" | 13 | #include "core/core_timing.h" |