summaryrefslogtreecommitdiff
path: root/src/common/thread.h
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2015-05-06 04:06:12 -0300
committerGravatar Yuri Kunde Schlesner2015-05-07 15:45:22 -0300
commite1fbac3ca13d37d2625c11d30cfdece4327b446b (patch)
treeda5daf1999660dbc7e75290627051dd8534131c8 /src/common/thread.h
parentCommon: Move alignment macros to common_funcs.h (diff)
downloadyuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.gz
yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.xz
yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.zip
Common: Remove common.h
Diffstat (limited to 'src/common/thread.h')
-rw-r--r--src/common/thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/thread.h b/src/common/thread.h
index 5fdb6baeb..7bc419497 100644
--- a/src/common/thread.h
+++ b/src/common/thread.h
@@ -4,7 +4,6 @@
4 4
5#pragma once 5#pragma once
6 6
7// Don't include common.h here as it will break LogManager
8#include "common/common_types.h" 7#include "common/common_types.h"
9#include <cstdio> 8#include <cstdio>
10#include <cstring> 9#include <cstring>