2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-13 18:17:49 -04: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

@ -49,6 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for Heek game messages
//
#include <string>
#include "../../pyGlueHelpers.h"
#include "../pyGameCliMsg.h"

View File

@ -49,6 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for Marker game messages
//
#include <string>
#include "../../pyGlueHelpers.h"
#include "../pyGameCliMsg.h"

View File

@ -49,6 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for VarSync game messages
//
#include <string>
#include "../../pyGlueHelpers.h"
#include "../pyGameCliMsg.h"

View File

@ -52,6 +52,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <algorithm>
#include <exception>
#include <locale>
#include <string>
// Platform Library Includes
#include <time.h>
@ -70,7 +71,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsQuat.h"
#include "hsResMgr.h"
#include "hsStlSortUtils.h"
#include "hsStlUtils.h"
#include "hsStream.h"
#include "hsTemplates.h"
#include "hsTimer.h"

View File

@ -48,7 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
// PURPOSE: Class wrapper to map animation functions to plasma2 message
//
#include "hsStlUtils.h"
#include <string>
#include "hsTemplates.h"
#include "pnKeyedObject/plKey.h"

View File

@ -59,6 +59,7 @@ class pyPoint3;
#include "HeadSpin.h"
#include <vector>
#include <string>
class pyGUIDialog;
class plPipeline;

View File

@ -47,8 +47,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// only be one instance of this interface.
//
#include "HeadSpin.h"
#include "hsStlUtils.h"
#include "plString.h"
#include <string>
#if defined(HAVE_CYPYTHONIDE) && !defined(PLASMA_EXTERNAL_RELEASE)
#include "../../Apps/CyPythonIDE/plCyDebug/plCyDebServer.h"

View File

@ -45,9 +45,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string>
#include "HeadSpin.h"
#include "hsStlUtils.h"
#include "hsStream.h"
#include "hsStlSortUtils.h"
#pragma hdrstop

View File

@ -41,6 +41,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include <Python.h>
#include <string>
#pragma hdrstop
#include "pyAgeInfoStruct.h"

View File

@ -42,7 +42,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef pyAgeInfoStruct_h_inc
#define pyAgeInfoStruct_h_inc
#include "hsStlUtils.h"
#include "plNetCommon/plNetServerSessionInfo.h"
#include "pyGlueHelpers.h"

View File

@ -49,7 +49,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//////////////////////////////////////////////////////////////////////
#include "HeadSpin.h"
#include "hsStlUtils.h"
#include "pfCCR/plCCRMgr.h"

View File

@ -49,7 +49,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <Python.h>
#include <structmember.h>
#include "hsStlUtils.h"
#include "pyGlueHelpers.h"
#pragma hdrstop

View File

@ -50,6 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGlueHelpers.h"
#include <vector>
#include <string>
class cyAnimation;
class pyImage;