Remove unused includes
No mutex is used in decoder.c and stream.c.
This commit is contained in:
parent
510caff0cd
commit
d0f5a7fd9f
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue