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:
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -59,6 +59,7 @@ class pyPoint3;
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
class pyGUIDialog;
|
||||
class plPipeline;
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user