[vlc-commits] android: remove stray #include
Rémi Denis-Courmont
git at videolan.org
Sat May 28 15:08:29 CEST 2016
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 28 16:02:24 2016 +0300| [54216384ecadacd1c50498fbb52b4cc13b9b749d] | committer: Rémi Denis-Courmont
android: remove stray #include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=54216384ecadacd1c50498fbb52b4cc13b9b749d
---
src/android/thread.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/android/thread.c b/src/android/thread.c
index e91341f..6c8397d 100644
--- a/src/android/thread.c
+++ b/src/android/thread.c
@@ -43,7 +43,6 @@
#include <sched.h>
#include <android/log.h>
-#include <sys/syscall.h> /* __NR_gettid */
#if !defined(HAVE_PTHREAD_CONDATTR_SETCLOCK) && !defined(HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC_NP)
#error no pthread monotonic clock support
More information about the vlc-commits
mailing list