[SID Decoder] Fix capitalization of header file

Header file name is Event.h, not event.h. Newly discovered bug on case-
sensitive file system.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-06-17 00:19:30 -07:00
parent 95df58dd75
commit f2f71d0c9b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#import <sidplayfp/SidInfo.h>
#import <sidplayfp/SidTune.h>
#import <sidplayfp/SidTuneInfo.h>
#import <sidplayfp/event.h>
#import <sidplayfp/Event.h>
#import <sidplayfp/sidbuilder.h>
#import <sidplayfp/sidplayfp.h>