Remove #includes from headers (#334)

* add "global.h" to files that use it

* add MSL_C includes to files that use them

* remove dolphin includes from headers that don't need them

* remove JSupport includes from headers that don't need them

* remove JKernel includes from headers that don't need them

* remove JUtility includes from headers that don't need them

* remove J3D includes from headers that don't need them

* remove J2D includes from headers that don't need them

* remove JAudio2 includes from headers that don't need them

* remove Z2AudioLib includes from headers that don't need them

* remove JMessage includes from headers that don't need them

* remove JParticle includes from headers that don't need them

* remove SComponent includes from headers that don't need them

* remove dol includes from headers that don't need them

* sort includes
This commit is contained in:
Jcw87
2023-05-12 12:10:14 -07:00
committed by GitHub
parent 8c7cda8589
commit 221f40e609
640 changed files with 1703 additions and 560 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
#ifndef D_FILE_D_FILE_SEL_INFO_H
#define D_FILE_D_FILE_SEL_INFO_H
#include "d/com/d_com_inf_game.h"
#include "d/d_drawlist.h"
#include "dolphin/types.h"
class CPaneMgrAlpha;
class dSv_save_c;
class dFile_info_c {
public:
/* 80192434 */ dFile_info_c(JKRArchive*, u8);
+3 -1
View File
@@ -1,7 +1,9 @@
#ifndef D_FILE_D_FILE_SEL_WARNING_H
#define D_FILE_D_FILE_SEL_WARNING_H
#include "d/com/d_com_inf_game.h"
#include "JSystem/JUtility/TColor.h"
class JKRArchive;
class dFile_warning_c {
public:
+18 -7
View File
@@ -2,13 +2,24 @@
#define D_FILE_D_FILE_SELECT_H
#include "dolphin/types.h"
#include "d/com/d_com_inf_game.h"
#include "m_Do/m_Do_MemCard.h"
#include "d/file/d_file_sel_warning.h"
#include "d/d_name.h"
#include "d/msg/d_msg_string.h"
#include "JSystem/J3DGraphLoader/J3DModelLoader.h"
#include "JSystem/J3DGraphLoader/J3DAnmLoader.h"
#include "global.h"
class CPaneMgr;
class CPaneMgrAlpha;
class J2DAnmBase;
class J2DAnmTransform;
class J2DPane;
class J2DPicture;
class J2DScreen;
class JKRArchive;
class JUTFont;
struct STControl;
struct cXyz;
class dFile_warning_c;
class dMsgString_c;
class dName_c;
class dSelect_cursor_c;
class dSv_save_c;
class dDlst_FileSel_c {
public: