mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +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:
@ -43,7 +43,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define plProfileManager_h_inc
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include <vector>
|
||||
|
||||
#include "plProfile.h"
|
||||
|
||||
class plProfileManager
|
||||
|
@ -42,8 +42,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#ifndef plDispatch_inc
|
||||
#define plDispatch_inc
|
||||
#include <list>
|
||||
#include "hsTemplates.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include "plgDispatch.h"
|
||||
#include "hsThread.h"
|
||||
#include "pnKeyedObject/hsKeyedObject.h"
|
||||
|
@ -42,9 +42,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef plMsgForwarder_h_inc
|
||||
#define plMsgForwarder_h_inc
|
||||
|
||||
#include <map>
|
||||
#include "hsKeyedObject.h"
|
||||
#include "hsTemplates.h"
|
||||
#include "hsStlUtils.h"
|
||||
|
||||
|
||||
class plMessageWithCallbacks;
|
||||
|
@ -39,6 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include <string>
|
||||
#include "pnNetCommon.h"
|
||||
#include "hsWindows.h"
|
||||
|
||||
|
Reference in New Issue
Block a user