2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-09-01 14:55:13 +00:00

Rename "convert.h" to "event_converter.h"

The filename gave no hint about what was converted.
This commit is contained in:
Romain Vimont
2019-09-15 16:27:37 +02:00
parent 6e38e0cbfe
commit 9463850c24
4 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#include "input_manager.h"
#include <SDL2/SDL_assert.h>
#include "convert.h"
#include "event_converter.h"
#include "lock_util.h"
#include "log.h"