mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
fix relative includes in PubUtilLib, move them up to where they belong, remvoe some unused files
This commit is contained in:
@ -23,12 +23,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include "../plNetClientComm/plNetClientCommCreatable.h"
|
||||
#include "../plUnifiedTime/plUnifiedTimeCreatable.h"
|
||||
#include "../pnKeyedObject/pnKeyedObjectCreatable.h"
|
||||
#include "../pnNetCommon/pnNetCommonCreatable.h"
|
||||
#include "../pnMessage/pnMessageCreatable.h"
|
||||
#include "../plNetMessage/plNetMessageCreatable.h"
|
||||
#include "../plNetCommon/plNetCommonCreatable.h"
|
||||
#include "../plVault/plVaultCreatable.h"
|
||||
#include "../plSDL/plSDLCreatable.h"
|
||||
#include "plNetClientComm/plNetClientCommCreatable.h"
|
||||
#include "pnKeyedObject/pnKeyedObjectCreatable.h"
|
||||
#include "pnNetCommon/pnNetCommonCreatable.h"
|
||||
#include "pnMessage/pnMessageCreatable.h"
|
||||
#include "plNetMessage/plNetMessageCreatable.h"
|
||||
#include "plNetCommon/plNetCommonCreatable.h"
|
||||
#include "plVault/plVaultCreatable.h"
|
||||
#include "plSDL/plSDLCreatable.h"
|
||||
|
Reference in New Issue
Block a user