diff --git a/app/src/decoder.c b/app/src/decoder.c index 5ac6cd44..49d4ce86 100644 --- a/app/src/decoder.c +++ b/app/src/decoder.c @@ -13,7 +13,6 @@ #include "recorder.h" #include "video_buffer.h" #include "util/buffer_util.h" -#include "util/lock.h" #include "util/log.h" // set the decoded frame as ready for rendering, and notify diff --git a/app/src/stream.c b/app/src/stream.c index 64b2bf39..dd2dbd76 100644 --- a/app/src/stream.c +++ b/app/src/stream.c @@ -14,7 +14,6 @@ #include "events.h" #include "recorder.h" #include "util/buffer_util.h" -#include "util/lock.h" #include "util/log.h" #define BUFSIZE 0x10000