summaryrefslogtreecommitdiff
path: root/src/common/thread.cpp
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-19 00:23:48 -0400
committerGravatar ameerj2022-03-19 15:01:31 -0400
commit923decae5a5098cb9d254e008ed61fc5e07ced38 (patch)
treeef6ab04916d896d8124b4d8a67494a2fa578a99e /src/common/thread.cpp
parentvideo_core: Reduce unused includes (diff)
downloadyuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.gz
yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.xz
yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.zip
common: Reduce unused includes
Diffstat (limited to 'src/common/thread.cpp')
-rw-r--r--src/common/thread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/thread.cpp b/src/common/thread.cpp
index 946a1114d..91c8a8e13 100644
--- a/src/common/thread.cpp
+++ b/src/common/thread.cpp
@@ -4,7 +4,6 @@
4 4
5#include <string> 5#include <string>
6 6
7#include "common/error.h"
8#include "common/logging/log.h" 7#include "common/logging/log.h"
9#include "common/thread.h" 8#include "common/thread.h"
10#ifdef __APPLE__ 9#ifdef __APPLE__