[openCOLLADA] Fix references to non-existant includes in headers.

Richard Shaw hobbes1069 at fedoraproject.org
Mon Jun 18 17:34:12 UTC 2012


commit 0acd38c93e900e15e57c7809b9814953b8a97216
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Mon Jun 18 12:34:13 2012 -0500

    Fix references to non-existant includes in headers.

 openCOLLADA-non-existant_includes.patch |   56 +++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/openCOLLADA-non-existant_includes.patch b/openCOLLADA-non-existant_includes.patch
new file mode 100644
index 0000000..99eaf7f
--- /dev/null
+++ b/openCOLLADA-non-existant_includes.patch
@@ -0,0 +1,56 @@
+diff -Naur openCOLLADA-svn871.orig/COLLADASaxFrameworkLoader/include/COLLADASaxFWLPolygons.h openCOLLADA-svn871/COLLADASaxFrameworkLoader/include/COLLADASaxFWLPolygons.h
+--- openCOLLADA-svn871.orig/COLLADASaxFrameworkLoader/include/COLLADASaxFWLPolygons.h	2009-05-04 04:57:15.000000000 -0500
++++ openCOLLADA-svn871/COLLADASaxFrameworkLoader/include/COLLADASaxFWLPolygons.h	2012-06-18 11:18:58.218861616 -0500
+@@ -12,7 +12,6 @@
+ #define __COLLADASAXFWL_POLYGONS_H__
+ 
+ #include "COLLADASaxFWLPHElement.h"
+-#include "COLLADASaxFWLPolyBase.h"
+ 
+ 
+ namespace COLLADASaxFWL
+diff -Naur openCOLLADA-svn871.orig/COLLADAStreamWriter/include/COLLADASWBuffer.h openCOLLADA-svn871/COLLADAStreamWriter/include/COLLADASWBuffer.h
+--- openCOLLADA-svn871.orig/COLLADAStreamWriter/include/COLLADASWBuffer.h	2012-05-16 05:54:09.000000000 -0500
++++ openCOLLADA-svn871/COLLADAStreamWriter/include/COLLADASWBuffer.h	2012-06-18 11:22:58.081094518 -0500
+@@ -13,8 +13,6 @@
+ 
+ #include "COLLADASWPrerequisites.h"
+ 
+-#include "COLLADASWIBufferFlusher.h"
+-
+ #include <string.h>
+ 
+ namespace COLLADASW
+diff -Naur openCOLLADA-svn871.orig/Externals/MathMLSolver/include/MathMLParser.h openCOLLADA-svn871/Externals/MathMLSolver/include/MathMLParser.h
+--- openCOLLADA-svn871.orig/Externals/MathMLSolver/include/MathMLParser.h	2012-05-16 05:54:09.000000000 -0500
++++ openCOLLADA-svn871/Externals/MathMLSolver/include/MathMLParser.h	2012-06-18 11:25:11.508775872 -0500
+@@ -28,7 +28,6 @@
+ 
+ #include "MathMLSolverPrerequisites.h"
+ #include <xercesc/parsers/XercesDOMParser.hpp>
+-#include "MathMLParserHandler.h"
+ #include "MathMLASTConstantExpression.h"
+ 
+ namespace MathML
+diff -Naur openCOLLADA-svn871.orig/Externals/MathMLSolver/include/MathMLStreamParser.h openCOLLADA-svn871/Externals/MathMLSolver/include/MathMLStreamParser.h
+--- openCOLLADA-svn871.orig/Externals/MathMLSolver/include/MathMLStreamParser.h	2012-05-16 05:54:09.000000000 -0500
++++ openCOLLADA-svn871/Externals/MathMLSolver/include/MathMLStreamParser.h	2012-06-18 11:32:05.687378303 -0500
+@@ -29,7 +29,6 @@
+ #include "MathMLSolverPrerequisites.h"
+ #include <libxml/xmlreader.h>
+ #include "MathMLStreamParserHandler.h"
+-#include "MathMLParserHandler.h"
+ #include "MathMLASTConstantExpression.h"
+ 
+ #include <stack>
+diff -Naur openCOLLADA-svn871.orig/Externals/MathMLSolver/include/MathMLStreamParserHandler.h openCOLLADA-svn871/Externals/MathMLSolver/include/MathMLStreamParserHandler.h
+--- openCOLLADA-svn871.orig/Externals/MathMLSolver/include/MathMLStreamParserHandler.h	2012-05-16 05:54:09.000000000 -0500
++++ openCOLLADA-svn871/Externals/MathMLSolver/include/MathMLStreamParserHandler.h	2012-06-18 11:36:17.782229416 -0500
+@@ -28,7 +28,6 @@
+ 
+ #include "MathMLSolverPrerequisites.h"
+ #include <libxml/xmlreader.h>
+-#include "MathMLParserHandler.h"
+ #include "MathMLASTConstantExpression.h"
+ 
+ #include <stack>


More information about the scm-commits mailing list