mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-11 18:50:34 +00:00
Group common includes into common.h
Include config.h and compat.h in common.h, and include common.h from all source files.
This commit is contained in:
parent
6385b8c162
commit
59feb2a15c
53 changed files with 30 additions and 63 deletions
|
@ -1,8 +1,8 @@
|
|||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "cli.h"
|
||||
#include "common.h"
|
||||
#include "cli.h"
|
||||
#include "scrcpy.h"
|
||||
|
||||
static void test_flag_version(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue