1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Fully remove hsStlUtils, as it is now completely unused

This commit is contained in:
2013-01-01 19:38:17 -08:00
parent 60021923a2
commit 8158a43dfe
110 changed files with 54 additions and 373 deletions

View File

@ -59,7 +59,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pnKeyedObject/plMsgForwarder.h"
// templates
#include "hsStlUtils.h"
#include "hsStlSortUtils.h"

View File

@ -54,7 +54,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plAvatar/plScalarChannel.h"
// stl
#include "hsStlUtils.h"
#include "hsStlSortUtils.h"
class plSceneObject;

View File

@ -54,7 +54,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// global
#include "hsStlUtils.h"
#include "hsResMgr.h"
#include "hsTimer.h"

View File

@ -42,7 +42,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef PLAVBRAINGENERIC_H
#define PLAVBRAINGENERIC_H
#include "hsStlUtils.h"
#include "plAvBrainGeneric.h"
/** \class plAvBrainCoop

View File

@ -43,7 +43,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#define plAvatarSDLModifier_inc
#include "HeadSpin.h"
#include "hsStlUtils.h"
#include "plModifier/plSDLModifier.h"

View File

@ -43,8 +43,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef __PLCRITTERCMDS_H__
#define __PLCRITTERCMDS_H__
#include "hsStlUtils.h"
#include <vector>
#include <string>
typedef std::vector<std::string> VCharArray;

View File

@ -43,7 +43,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#define plMultistageBehMod_h_inc
#include "pnModifier/plSingleModifier.h"
#include "hsStlUtils.h"
class plAnimStageVec;