Browse Source

avoid relative includes

diafero 14 years ago
parent
commit
c9beab27c6
  1. 10
      Sources/Tools/plResBrowser/plResBrowser.cpp
  2. 6
      Sources/Tools/plResBrowser/plResBrowserWndProc.cpp
  3. 16
      Sources/Tools/plResBrowser/plResTreeView.cpp

10
Sources/Tools/plResBrowser/plResBrowser.cpp

@ -32,11 +32,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "res/resource.h" #include "res/resource.h"
#include "pnAllCreatables.h" #include "pnAllCreatables.h"
#include "../plResMgr/plResMgrCreatable.h" #include "plResMgr/plResMgrCreatable.h"
#include "../plResMgr/plResManager.h" #include "plResMgr/plResManager.h"
#include "../plResMgr/plResMgrSettings.h" #include "plResMgr/plResMgrSettings.h"
#include "../plMessage/plResMgrHelperMsg.h" #include "plMessage/plResMgrHelperMsg.h"
#include "../plUnifiedTime/plUnifiedTimeCreatable.h" #include "plUnifiedTime/plUnifiedTimeCreatable.h"
REGISTER_CREATABLE(plResMgrHelperMsg); REGISTER_CREATABLE(plResMgrHelperMsg);

6
Sources/Tools/plResBrowser/plResBrowserWndProc.cpp

@ -33,10 +33,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <shlobj.h> #include <shlobj.h>
#include "plResTreeView.h" #include "plResTreeView.h"
#include "../plResMgr/plResManager.h" #include "plResMgr/plResManager.h"
#include "../plResMgr/plResMgrSettings.h" #include "plResMgr/plResMgrSettings.h"
#include "plWinRegistryTools.h" #include "plWinRegistryTools.h"
#include "../plFile/hsFiles.h" #include "plFile/hsFiles.h"
#define IDC_REGTREEVIEW 1000 #define IDC_REGTREEVIEW 1000

16
Sources/Tools/plResBrowser/plResTreeView.cpp

@ -27,14 +27,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsWindows.h" #include "hsWindows.h"
#include "plResTreeView.h" #include "plResTreeView.h"
#include "../plResMgr/plResManager.h" #include "plResMgr/plResManager.h"
#include "../plResMgr/plRegistryHelpers.h" #include "plResMgr/plRegistryHelpers.h"
#include "../plResMgr/plRegistryNode.h" #include "plResMgr/plRegistryNode.h"
#include "../plResMgr/plPageInfo.h" #include "plResMgr/plPageInfo.h"
#include "../pnKeyedObject/plUoid.h" #include "pnKeyedObject/plUoid.h"
#include "../pnKeyedObject/plKey.h" #include "pnKeyedObject/plKey.h"
#include "../pnKeyedObject/plKeyImp.h" #include "pnKeyedObject/plKeyImp.h"
#include "../pnFactory/plFactory.h" #include "pnFactory/plFactory.h"
#include <windows.h> #include <windows.h>
#include <commctrl.h> #include <commctrl.h>

Loading…
Cancel
Save