Reorganize includes to match asm

This commit is contained in:
Luke Street
2022-07-18 18:42:58 -04:00
parent 69ddd71fc8
commit 848752477e
56 changed files with 93 additions and 98 deletions
@@ -5,7 +5,7 @@
#include "CToken.hpp"
#include "IObjectStore.hpp"
#include "TGameTypes.hpp"
#include "Streams/CInputStream.hpp"
class CFactoryMgr {
public:
@@ -8,7 +8,7 @@
#include "CDvdFile.hpp"
#include "CResLoader.hpp"
#include "TGameTypes.hpp"
#include "IObjectStore.hpp"
class CPakFile : CDvdFile {
public:
@@ -6,7 +6,7 @@
#include "rstl/list.hpp"
#include "rstl/string.hpp"
#include "TGameTypes.hpp"
#include "IObjectStore.hpp"
class CPakFile;
@@ -3,6 +3,9 @@
#include "types.h"
#include "Kyoto/Math/CColor.hpp"
#include "Kyoto/Math/CVector3f.hpp"
#include "CTevCombiners.hpp"
enum ERglTevStage {

Some files were not shown because too many files have changed in this diff Show More