From 7fd7d0c1f3ac84a4f10b41fab925c18e0be0c5dc Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Wed, 16 Aug 2023 13:07:52 -0600 Subject: d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885) * d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing --- libs/JSystem/JFramework/JFWSystem.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libs/JSystem/JFramework/JFWSystem.cpp') diff --git a/libs/JSystem/JFramework/JFWSystem.cpp b/libs/JSystem/JFramework/JFWSystem.cpp index cd20c2e8da..b5b2026de2 100644 --- a/libs/JSystem/JFramework/JFWSystem.cpp +++ b/libs/JSystem/JFramework/JFWSystem.cpp @@ -4,13 +4,8 @@ // #include "JSystem/JFramework/JFWSystem.h" -#include "JSystem/JKernel/JKRAram.h" #include "JSystem/JKernel/JKRExpHeap.h" -#include "JSystem/JUtility/JUTAssert.h" #include "JSystem/JUtility/JUTConsole.h" -#include "JSystem/JUtility/JUTDirectPrint.h" -#include "JSystem/JUtility/JUTException.h" -#include "JSystem/JUtility/JUTGamePad.h" #include "JSystem/JUtility/JUTGraphFifo.h" #include "JSystem/JUtility/JUTVideo.h" #include "dol2asm.h" -- cgit v1.2.3