c_basicRTSPOnlyServer.h: remove semaphore.h

Mac OS X doesn't support semaphores and its implementation in
semaphore.h is incompatible with that defined in
compat/platform_semaphore.h.
This commit is contained in:
Martin Pulec
2014-01-31 11:33:07 +01:00
parent 62381ec467
commit bcbda8fc2a

View File

@@ -56,7 +56,6 @@ extern "C" {
#endif // HAVE_CONFIG_H
#include <pthread.h>
#include <semaphore.h>
#include "control_socket.h"
#include "module.h"
#include "debug.h"