diff options
author | bunnei <bunneidev@gmail.com> | 2014-09-11 00:44:08 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-09-11 00:44:08 +0200 |
commit | d79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch) | |
tree | 49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/common/thread.cpp | |
parent | Merge pull request #104 from archshift/removal (diff) | |
parent | core: Prune redundant includes (diff) | |
download | yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.gz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.bz2 yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.lz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.xz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.zst yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.zip |
Diffstat (limited to 'src/common/thread.cpp')
-rw-r--r-- | src/common/thread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/thread.cpp b/src/common/thread.cpp index 830795182..60d8ed075 100644 --- a/src/common/thread.cpp +++ b/src/common/thread.cpp @@ -3,7 +3,6 @@ // Refer to the license.txt file included. #include "common/thread.h" -#include "common/common.h" #ifdef __APPLE__ #include <mach/mach.h> |