[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1285
Date       : Fri Jun  9 12:10:28 BST 2006

Changed paths:
   M /Trunk/XaraLX/Kernel/coord.h
   M /Trunk/XaraLX/Kernel/doccoord.h
   M /Trunk/XaraLX/Kernel/docrect.h
   M /Trunk/XaraLX/Kernel/matrix.h
   M /Trunk/XaraLX/Kernel/wrkcoord.h
   M /Trunk/XaraLX/Kernel/xmatrix.h
   M /Trunk/XaraLX/wxOil/monotime.h

Fix random inclusion of camtypes from .h files


Diff:
Index: Trunk/XaraLX/Kernel/docrect.h
===================================================================
--- Trunk/XaraLX/Kernel/docrect.h	(revision 1284)
+++ Trunk/XaraLX/Kernel/docrect.h	(revision 1285)
@@ -100,7 +100,6 @@
 #ifndef INC_DOCRECT
 #define INC_DOCRECT
 
-#include "camtypes.h"
 #include "doccoord.h"
 
 // extra headers for DocRect class
Index: Trunk/XaraLX/Kernel/wrkcoord.h
===================================================================
--- Trunk/XaraLX/Kernel/wrkcoord.h	(revision 1284)
+++ Trunk/XaraLX/Kernel/wrkcoord.h	(revision 1285)
@@ -116,10 +116,6 @@
 #ifndef INC_WRKCOORD
 #define INC_WRKCOORD
 
-#ifndef INC_CAMTYPES
-#include "camtypes.h"
-#endif
-
 #include "ccmaths.h"						// for XLONG
 #include "coord.h"							// for Coord
 
Index: Trunk/XaraLX/Kernel/doccoord.h
===================================================================
--- Trunk/XaraLX/Kernel/doccoord.h	(revision 1284)
+++ Trunk/XaraLX/Kernel/doccoord.h	(revision 1285)
@@ -115,13 +115,7 @@
 #ifndef INC_DOCCOORD
 #define INC_DOCCOORD
 
-#ifndef INC_CAMTYPES
-#include "camtypes.h"
-#endif
-
-#ifndef INC_COORD
 #include "coord.h"
-#endif
 
 #if !defined(EXCLUDE_FROM_XARLIB)
 #include "wrkcoord.h"
Index: Trunk/XaraLX/Kernel/matrix.h
===================================================================
--- Trunk/XaraLX/Kernel/matrix.h	(revision 1284)
+++ Trunk/XaraLX/Kernel/matrix.h	(revision 1285)
@@ -103,10 +103,6 @@
 #ifndef INC_MATRIX
 #define INC_MATRIX
 
-#ifndef INC_CAMTYPES
-#include "camtypes.h"
-#endif
-
 #include "ccmaths.h"
 #include "coord.h"
 #include "ccobject.h"
Index: Trunk/XaraLX/Kernel/xmatrix.h
===================================================================
--- Trunk/XaraLX/Kernel/xmatrix.h	(revision 1284)
+++ Trunk/XaraLX/Kernel/xmatrix.h	(revision 1285)
@@ -115,10 +115,6 @@
 #ifndef INC_XMATRIX
 #define INC_XMATRIX
 
-#ifndef INC_CAMTYPES
-#include "camtypes.h"
-#endif
-
 #include "ccmaths.h"
 #include "wrkcoord.h"
 #include "ccobject.h"
Index: Trunk/XaraLX/Kernel/coord.h
===================================================================
--- Trunk/XaraLX/Kernel/coord.h	(revision 1284)
+++ Trunk/XaraLX/Kernel/coord.h	(revision 1285)
@@ -115,10 +115,6 @@
 
 #include <math.h>
 
-#ifndef INC_CAMTYPES
-#include "camtypes.h"
-#endif
-
 class CAMAPI Coord
 {
 public:
Index: Trunk/XaraLX/wxOil/monotime.h
===================================================================
--- Trunk/XaraLX/wxOil/monotime.h	(revision 1284)
+++ Trunk/XaraLX/wxOil/monotime.h	(revision 1285)
@@ -110,10 +110,6 @@
 #ifndef INC_MONOTIME
 #define INC_MONOTIME
 
-#ifndef INC_CAMTYPES
-#include "camtypes.h"
-#endif
-
 /********************************************************************************************
 
 >	class MonotonicTime


Xara