Remove include duplicate (#298)

Hardcoded.h has been already included in a line before, this last duplicate shouldn't be there.
This commit is contained in:
eros71 2023-03-01 02:45:45 +01:00 committed by GitHub
parent 6bfd524669
commit c22c03a823
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#ifdef BETTERCAMERA
#include "bettercamera.h"
#endif
#include "hardcoded.h"
u16 gDialogColorFadeTimer;
s8 gLastDialogLineNum;