mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Standardize on C++ headers.
Also removes a bunch of duplicate #includes of stuff that's already pulled in by HeadSpin.h.
This commit is contained in:
@ -46,14 +46,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsBitVector.h"
|
||||
#include "plNetGroup.h"
|
||||
|
||||
#include "pnKeyedObject/hsKeyedObject.h"
|
||||
#include "pnKeyedObject/hsKeyedObject.h"
|
||||
#include "pnKeyedObject/plUoid.h"
|
||||
|
||||
|
||||
#include "plStatusLog/plLoggable.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define plVerifyConditionRet(NetApp,cond,ret,str) \
|
||||
do { \
|
||||
if (!(cond)) { \
|
||||
|
Reference in New Issue
Block a user