mirror of
https://github.com/Genymobile/scrcpy
synced 2025-01-18 21:20:50 +00:00
Remove unused includes
No mutex is used in decoder.c and stream.c.
This commit is contained in:
parent
510caff0cd
commit
d0f5a7fd9f
@ -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 New Issue
Block a user