From ea207f6334676be3abb6a8b03065364fa0027ee1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 8 Apr 2020 17:03:26 -0400 Subject: Clean up includes --- src/window_8bpp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/window_8bpp.c') diff --git a/src/window_8bpp.c b/src/window_8bpp.c index 8977d61e4..441dbbef8 100644 --- a/src/window_8bpp.c +++ b/src/window_8bpp.c @@ -1,8 +1,5 @@ #include "global.h" -#include "window.h" -#include "malloc.h" -#include "bg.h" -#include "blit.h" +#include "gflib.h" EWRAM_DATA static struct Window* sWindowPtr = NULL; EWRAM_DATA static u16 sWindowSize = 0; -- cgit v1.2.3