Move threading utils from native to Common

This commit is contained in:
Henrik Rydgård 2020-10-01 09:27:25 +02:00
parent ef08c0237f
commit 15382d5f94
61 changed files with 105 additions and 138 deletions

View file

@ -34,7 +34,7 @@
#include "gfx_es2/gpu_features.h"
#include "i18n/i18n.h"
#include "math/math_util.h"
#include "thread/threadutil.h"
#include "Common/Thread/ThreadUtil.h"
#include "util/text/utf8.h"
#include "Core/Config.h"
#include "Core/ConfigValues.h"