1
0
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:
2013-01-01 16:54:10 -08:00
parent 3b1568a4e2
commit f510b529f8
55 changed files with 83 additions and 46 deletions

View File

@ -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;

View File

@ -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

View File

@ -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"

View File

@ -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;

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -46,6 +46,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
/////////////////////////////////////////////////////////////////////////////////////////
#include <cmath>
// singular
#include "plAvBrainSwim.h"

View File

@ -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"

View File

@ -46,6 +46,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
/////////////////////////////////////////////////////////////////////////////////////////
#include <cmath>
// singular
#include "plAvTaskSeek.h"

View File

@ -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"

View File

@ -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()
{
}
}

View File

@ -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"

View File

@ -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"