From b8d5b8685216fbc39be1f2fded5769a567713cb9 Mon Sep 17 00:00:00 2001 From: CreateSource Date: Mon, 22 Apr 2024 10:46:44 -0400 Subject: [PATCH] remove unnecessary imports --- src/REL/w05Dll/dolphin.c | 3 --- src/REL/w05Dll/mg_item.c | 0 2 files changed, 3 deletions(-) create mode 100644 src/REL/w05Dll/mg_item.c diff --git a/src/REL/w05Dll/dolphin.c b/src/REL/w05Dll/dolphin.c index 48f35a0a..8c5612ee 100644 --- a/src/REL/w05Dll/dolphin.c +++ b/src/REL/w05Dll/dolphin.c @@ -2,10 +2,7 @@ #include "game/hsfdraw.h" #include "game/audio.h" -#include "game/pad.h" #include "game/objsub.h" -#include "game/wipe.h" -#include "game/chrman.h" #include "game/frand.h" #include "game/board/model.h" diff --git a/src/REL/w05Dll/mg_item.c b/src/REL/w05Dll/mg_item.c new file mode 100644 index 00000000..e69de29b