2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

RuntimeCommonB: Normalize cpp file includes

Like the prior changes normalizing the inclusions within headers, this
tackles the cpp files of the RuntimeCommonB target, making these source
files consistent with their headers.
This commit is contained in:
Lioncash
2019-12-22 15:04:07 -05:00
parent 21159e604e
commit 221cc5c6b8
225 changed files with 1567 additions and 1245 deletions

View File

@@ -1,7 +1,9 @@
#include "CScriptAiJumpPoint.hpp"
#include "CActorParameters.hpp"
#include "CStateManager.hpp"
#include "CScriptWaypoint.hpp"
#include "Runtime/World/CScriptAiJumpPoint.hpp"
#include "Runtime/CStateManager.hpp"
#include "Runtime/World/CActorParameters.hpp"
#include "Runtime/World/CScriptWaypoint.hpp"
#include "TCastTo.hpp" // Generated file, do not modify include path
namespace urde {