mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
avoid relative includes
This commit is contained in:
@ -32,11 +32,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "res/resource.h"
|
||||
|
||||
#include "pnAllCreatables.h"
|
||||
#include "../plResMgr/plResMgrCreatable.h"
|
||||
#include "../plResMgr/plResManager.h"
|
||||
#include "../plResMgr/plResMgrSettings.h"
|
||||
#include "../plMessage/plResMgrHelperMsg.h"
|
||||
#include "../plUnifiedTime/plUnifiedTimeCreatable.h"
|
||||
#include "plResMgr/plResMgrCreatable.h"
|
||||
#include "plResMgr/plResManager.h"
|
||||
#include "plResMgr/plResMgrSettings.h"
|
||||
#include "plMessage/plResMgrHelperMsg.h"
|
||||
#include "plUnifiedTime/plUnifiedTimeCreatable.h"
|
||||
REGISTER_CREATABLE(plResMgrHelperMsg);
|
||||
|
||||
|
||||
|
@ -33,10 +33,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <shlobj.h>
|
||||
|
||||
#include "plResTreeView.h"
|
||||
#include "../plResMgr/plResManager.h"
|
||||
#include "../plResMgr/plResMgrSettings.h"
|
||||
#include "plResMgr/plResManager.h"
|
||||
#include "plResMgr/plResMgrSettings.h"
|
||||
#include "plWinRegistryTools.h"
|
||||
#include "../plFile/hsFiles.h"
|
||||
#include "plFile/hsFiles.h"
|
||||
|
||||
#define IDC_REGTREEVIEW 1000
|
||||
|
||||
|
@ -27,14 +27,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsWindows.h"
|
||||
#include "plResTreeView.h"
|
||||
|
||||
#include "../plResMgr/plResManager.h"
|
||||
#include "../plResMgr/plRegistryHelpers.h"
|
||||
#include "../plResMgr/plRegistryNode.h"
|
||||
#include "../plResMgr/plPageInfo.h"
|
||||
#include "../pnKeyedObject/plUoid.h"
|
||||
#include "../pnKeyedObject/plKey.h"
|
||||
#include "../pnKeyedObject/plKeyImp.h"
|
||||
#include "../pnFactory/plFactory.h"
|
||||
#include "plResMgr/plResManager.h"
|
||||
#include "plResMgr/plRegistryHelpers.h"
|
||||
#include "plResMgr/plRegistryNode.h"
|
||||
#include "plResMgr/plPageInfo.h"
|
||||
#include "pnKeyedObject/plUoid.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
#include "pnKeyedObject/plKeyImp.h"
|
||||
#include "pnFactory/plFactory.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
|
Reference in New Issue
Block a user