Remove unused includes

No mutex is used in decoder.c and stream.c.
This commit is contained in:
Romain Vimont 2019-11-27 21:24:52 +01:00
parent 510caff0cd
commit d0f5a7fd9f
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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