From 5aee5f7b6d63060a672893e4d54d0e17fdfd5bc4 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 27 Oct 2021 04:45:49 -0700 Subject: [PATCH] no semaphore in ccodecstream.h --- src/ccodecstream.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ccodecstream.h b/src/ccodecstream.h index f6a22ad..d756916 100644 --- a/src/ccodecstream.h +++ b/src/ccodecstream.h @@ -25,7 +25,6 @@ #ifndef ccodecstream_h #define ccodecstream_h -#include "csemaphore.h" #include "cudpsocket.h" #include "cpacketqueue.h"