[vlc-commits] core: remove stray #include
Rémi Denis-Courmont
git at videolan.org
Sun Jun 18 17:47:29 CEST 2017
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 18 17:11:29 2017 +0300| [d1a46c49de68adf0829b3a4f6e5d247552dd8e78] | committer: Rémi Denis-Courmont
core: remove stray #include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1a46c49de68adf0829b3a4f6e5d247552dd8e78
---
src/libvlc.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index 844e04c09f..c7e7b9013d 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -68,10 +68,6 @@
#include <vlc_vlm.h>
-#ifdef __APPLE__
-# include <libkern/OSAtomic.h>
-#endif
-
#include <assert.h>
/*****************************************************************************
More information about the vlc-commits
mailing list