aboutsummaryrefslogtreecommitdiffstats
path: root/common/threads.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-29 09:29:35 -0700
committerChris Robinson <[email protected]>2019-07-29 09:29:35 -0700
commitf0408809d6b2012aca0f1e8a344e087cb504a231 (patch)
tree3cecaa9827519ce5419febe9f584881ad286c97e /common/threads.h
parent40e937c63a2a74ef2ff94ba8a056cce0a07832ed (diff)
Cleanup common sources' includes
Diffstat (limited to 'common/threads.h')
-rw-r--r--common/threads.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/threads.h b/common/threads.h
index 8a640390..ff571a66 100644
--- a/common/threads.h
+++ b/common/threads.h
@@ -1,10 +1,6 @@
#ifndef AL_THREADS_H
#define AL_THREADS_H
-#include <time.h>
-
-#include <mutex>
-
#if defined(__GNUC__) && defined(__i386__)
/* force_align_arg_pointer is required for proper function arguments aligning
* when SSE code is used. Some systems (Windows, QNX) do not guarantee our