mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-21 15:34:20 +01:00
Cleanup includes
Improved manually with the help of neovim LSP warnings and iwyu:
iwyu -Ibuilddir/app/ -Iapp/src/ app/src/XXX.c
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#include <stdatomic.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "net.h"
|
||||
#include "process.h"
|
||||
#include "thread.h"
|
||||
#include "util/net.h"
|
||||
#include "util/process.h"
|
||||
#include "util/thread.h"
|
||||
|
||||
/**
|
||||
* Interruptor to wake up a blocking call from another thread
|
||||
|
||||
Reference in New Issue
Block a user