Removed common/std_xyz, instead using the std header

This commit is contained in:
archshift 2014-09-02 22:05:45 -07:00
parent 5d95d038a0
commit 498d1a37f1
8 changed files with 7 additions and 857 deletions

View file

@ -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"