mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Remove unused headers from hsStlUtils.h (and push them downstream where needed)
Also fix a couple of plString and header issues identified by Paradox on GCC/Clang
This commit is contained in:
@ -50,8 +50,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*/
|
||||
#pragma warning(disable: 4786) // don't care if mangled names are longer than 255 characters
|
||||
|
||||
#include <map>
|
||||
#include "pnNetCommon/plSynchedObject.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include "hsStlSortUtils.h"
|
||||
|
||||
class plTMController;
|
||||
|
@ -53,8 +53,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// disable warning C4786: symbol greater than 255 characters,
|
||||
#pragma warning(disable: 4503 4786)
|
||||
|
||||
// templates
|
||||
#include "hsStlUtils.h"
|
||||
#include "HeadSpin.h"
|
||||
#include <map>
|
||||
|
||||
#include "hsStlSortUtils.h"
|
||||
|
||||
// local
|
||||
|
@ -59,6 +59,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTimer.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cmath>
|
||||
|
||||
// other
|
||||
#include "pnSceneObject/plSceneObject.h"
|
||||
|
@ -47,8 +47,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef PL_ANIM_STAGE_INC
|
||||
#define PL_ANIM_STAGE_INC
|
||||
|
||||
#include <vector>
|
||||
#include "hsMatrix44.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include "pnFactory/plCreatable.h"
|
||||
|
||||
class plMessage;
|
||||
|
@ -39,6 +39,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include <cmath>
|
||||
|
||||
#include "plAvBehaviors.h"
|
||||
#include "plAvBrainHuman.h"
|
||||
#include "plArmatureMod.h"
|
||||
|
@ -42,6 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef PL_AV_BRAIN_CRITTER_H
|
||||
#define PL_AV_BRAIN_CRITTER_H
|
||||
|
||||
#include <map>
|
||||
#include "plAvBrain.h"
|
||||
#include "hsTemplates.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
|
@ -41,6 +41,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include <cmath>
|
||||
|
||||
#include "plPhysicalControllerCore.h"
|
||||
#include "plAvBrainHuman.h"
|
||||
|
@ -46,6 +46,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cmath>
|
||||
|
||||
// singular
|
||||
#include "plAvBrainSwim.h"
|
||||
|
||||
|
@ -42,6 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plPhysicalControllerCore.h"
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include <cmath>
|
||||
|
||||
// singular
|
||||
#include "plAvLadderModifier.h"
|
||||
|
@ -46,6 +46,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cmath>
|
||||
|
||||
// singular
|
||||
#include "plAvTaskSeek.h"
|
||||
|
||||
|
@ -45,7 +45,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef PLAVATARMGR_INC
|
||||
#define PLAVATARMGR_INC
|
||||
|
||||
#include "hsStlUtils.h"
|
||||
#include "HeadSpin.h"
|
||||
#include <map>
|
||||
|
||||
#include "hsStlSortUtils.h"
|
||||
#include "hsGeometry3.h"
|
||||
|
||||
|
@ -50,6 +50,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
//#include <hkmath/quaternion.h>
|
||||
//#include <hkmath/quaternion.h>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
// singular
|
||||
#include "plMatrixChannel.h"
|
||||
|
||||
@ -1015,4 +1017,4 @@ void plIK2Applicator::IApply(const plAGModifier *mod, double time)
|
||||
void plIK2Applicator::ISolve()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -39,6 +39,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include <cmath>
|
||||
|
||||
#include "plPhysicalControllerCore.h"
|
||||
|
||||
#include "plArmatureMod.h"
|
||||
|
@ -39,6 +39,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include <cmath>
|
||||
|
||||
#include "hsGeometry3.h"
|
||||
#include "hsResMgr.h"
|
||||
|
||||
|
Reference in New Issue
Block a user