aboutsummaryrefslogtreecommitdiffstats
path: root/common/threads.h
diff options
context:
space:
mode:
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