diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index 682fef1987..0106f47e2f 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -361,7 +361,8 @@ namespace Nif { "NiPSysModifierActiveCtlr", &construct }, // Modifier controllers, Bethesda - { "BSPSysMultiTargetEmitterCtlr", &construct }, + { "BSPSysMultiTargetEmitterCtlr", + &construct }, // Modifier controller data, Gamebryo { "NiPSysEmitterCtlrData", &construct }, @@ -396,7 +397,8 @@ namespace Nif // Constraint records, Bethesda { "bhkBallAndSocketConstraint", &construct }, - { "bhkBallSocketConstraintChain", &construct }, + { "bhkBallSocketConstraintChain", + &construct }, { "bhkHingeConstraint", &construct }, { "bhkLimitedHingeConstraint", &construct }, { "bhkRagdollConstraint", &construct }, diff --git a/components/nif/physics.hpp b/components/nif/physics.hpp index a14d1d55f6..6f7b14f1ee 100644 --- a/components/nif/physics.hpp +++ b/components/nif/physics.hpp @@ -5,8 +5,8 @@ #include "record.hpp" #include "recordptr.hpp" -#include #include +#include #include #include