X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_threads.h;h=da02ff8234f7b707cb9da710b5799eb4152da2bf;hb=3a8c75ab428baab370c73d2b2be82159267c7cb3;hp=9469bb29b93796af775fdf9e2d39f4d909e0bf76;hpb=36827a8377fd543052f2ccbfab6ba9cac2379889;p=vlc diff --git a/include/vlc_threads.h b/include/vlc_threads.h index 9469bb29b9..da02ff8234 100644 --- a/include/vlc_threads.h +++ b/include/vlc_threads.h @@ -35,21 +35,17 @@ */ #if defined( UNDER_CE ) -# include /* WinCE API */ #elif defined( WIN32 ) # include /* Win32 API */ -# include #else /* pthreads (like Linux & BSD) */ # define LIBVLC_USE_PTHREAD 1 # define LIBVLC_USE_PTHREAD_CANCEL 1 # define _APPLE_C_SOURCE 1 /* Proper pthread semantics on OSX */ -# include /* lldiv_t definition (only in C99) */ # include /* _POSIX_SPIN_LOCKS */ # include # include -# include #endif