[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1267
Date : Thu Jun 8 01:50:12 BST 2006
Changed paths:
M /Trunk/XaraLX/Kernel/bars.h
M /Trunk/XaraLX/Kernel/brshgdgt.h
M /Trunk/XaraLX/Kernel/sgallery.h
M /Trunk/XaraLX/Kernel/sgtree.cpp
Fix some unnecessary dependencies
Diff:
Index: Trunk/XaraLX/Kernel/bars.h
===================================================================
--- Trunk/XaraLX/Kernel/bars.h (revision 1266)
+++ Trunk/XaraLX/Kernel/bars.h (revision 1267)
@@ -107,9 +107,10 @@
#include "dockbar.h"
//#include "opdesc.h"
//#include "barmsg.h"
-#include "biasgdgt.h"
-#include "biasgain.h"
+class CBiasGainGadget;
+class CProfileBiasGain;
+
// Markn 7-3-97
// DEFAULT_TOOL_INFOBAR_SLOT defines the default tool info bar slot. The infobar should always go in the slot underneath
// the last bar of the program. In CorelXARA v1.5, this slot was slot 1 (i.e. underneath the Standard & Gallery bars,
Index: Trunk/XaraLX/Kernel/brshgdgt.h
===================================================================
--- Trunk/XaraLX/Kernel/brshgdgt.h (revision 1266)
+++ Trunk/XaraLX/Kernel/brshgdgt.h (revision 1267)
@@ -103,6 +103,7 @@
class AttrBrushType;
#include "brshcomp.h"
+class InformationBarOp;
class CBrushGadget
{
Index: Trunk/XaraLX/Kernel/sgtree.cpp
===================================================================
--- Trunk/XaraLX/Kernel/sgtree.cpp (revision 1266)
+++ Trunk/XaraLX/Kernel/sgtree.cpp (revision 1267)
@@ -124,6 +124,8 @@
//#include "webster.h"
//#include "inetop.h"
+#include "bars.h"
+
// Implement the dynamic class bits...
CC_IMPLEMENT_DYNAMIC(SGDisplayNode, CCObject)
CC_IMPLEMENT_DYNAMIC(SGDisplayRoot, SGDisplayNode)
Index: Trunk/XaraLX/Kernel/sgallery.h
===================================================================
--- Trunk/XaraLX/Kernel/sgallery.h (revision 1266)
+++ Trunk/XaraLX/Kernel/sgallery.h (revision 1267)
@@ -100,10 +100,10 @@
#ifndef INC_SGALLERY
#define INC_SGALLERY
-#include "bars.h"
#include "sgtree.h"
#include "sgscan.h"
#include "dlgtypes.h"
+#include "dialogop.h"
#define GSAFECLASS(TheClass) (TheClass?TheClass:CC_RUNTIME_CLASS(DialogOp))
Xara