Removed common/std_xyz, instead using the std header
This commit is contained in:
parent
5d95d038a0
commit
498d1a37f1
8 changed files with 7 additions and 857 deletions
|
@ -4,14 +4,13 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "common/std_condition_variable.h"
|
||||
#include "common/std_mutex.h"
|
||||
#include "common/std_thread.h"
|
||||
|
||||
// Don't include common.h here as it will break LogManager
|
||||
#include "common/common_types.h"
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <thread>
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
|
||||
// This may not be defined outside _WIN32
|
||||
#ifndef _WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue