mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-05 15:48:53 +00:00
Remove useless forward declaration from stream.h
This commit is contained in:
parent
a09733d175
commit
33006561c7
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@
|
||||||
#include "util/net.h"
|
#include "util/net.h"
|
||||||
#include "util/thread.h"
|
#include "util/thread.h"
|
||||||
|
|
||||||
struct video_buffer;
|
|
||||||
|
|
||||||
struct stream {
|
struct stream {
|
||||||
socket_t socket;
|
socket_t socket;
|
||||||
sc_thread thread;
|
sc_thread thread;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue