diff options
author | archshift <admin@archshift.com> | 2014-09-02 22:05:45 -0700 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-09-07 14:31:07 -0700 |
commit | 498d1a37f16d36b0c6341b074e5390a9194567a7 (patch) | |
tree | adbf248d2b6d18e475f2d5390ff8ed7d37b6a877 /src/core/core_timing.cpp | |
parent | 5d95d038a0e5d203a568223da12b57c30d048a8c (diff) |
Removed common/std_xyz, instead using the std header
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 c30e367329..25fccce76f 100644 --- a/src/core/core_timing.cpp +++ b/src/core/core_timing.cpp @@ -5,9 +5,9 @@ #include <vector> #include <cstdio> #include <atomic> +#include <mutex> #include "common/msg_handler.h" -#include "common/std_mutex.h" #include "common/chunk_file.h" #include "core/core_timing.h" |