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

@@ -3,10 +3,10 @@ src = [
'src/command.c',
'src/control_msg.c',
'src/controller.c',
'src/convert.c',
'src/decoder.c',
'src/device.c',
'src/device_msg.c',
'src/event_converter.c',
'src/file_handler.c',
'src/fps_counter.c',
'src/input_manager.c',