mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 06:39:39 +00:00
Add missing SC_ prefix to header guards
This commit is contained in:
parent
0c94887075
commit
fa5b2a29e9
11 changed files with 22 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef INPUTMANAGER_H
|
||||
#define INPUTMANAGER_H
|
||||
#ifndef SC_INPUTMANAGER_H
|
||||
#define SC_INPUTMANAGER_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue