Revision: 44760
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44760&view=rev
Author:   brlcad
Date:     2011-06-06 21:20:18 +0000 (Mon, 06 Jun 2011)

Log Message:
-----------
remove unused headers from the geometry engine

Modified Paths:
--------------
    geomcore/trunk/include/FileDataSource.h
    geomcore/trunk/include/GeometryChunkMsg.h
    geomcore/trunk/include/SvnDataSource.h

Modified: geomcore/trunk/include/FileDataSource.h
===================================================================
--- geomcore/trunk/include/FileDataSource.h     2011-06-06 21:19:22 UTC (rev 
44759)
+++ geomcore/trunk/include/FileDataSource.h     2011-06-06 21:20:18 UTC (rev 
44760)
@@ -27,11 +27,11 @@
 #define __FILEDATASOURCE_H__
 
 #include "IDataSource.h"
-#include <MinimalObject.h>
-#include <MinimalDatabase.h>
+
 #include <string>
 #include <list>
 
+
 class FileDataSource : public IDataSource
 {
 public:

Modified: geomcore/trunk/include/GeometryChunkMsg.h
===================================================================
--- geomcore/trunk/include/GeometryChunkMsg.h   2011-06-06 21:19:22 UTC (rev 
44759)
+++ geomcore/trunk/include/GeometryChunkMsg.h   2011-06-06 21:20:18 UTC (rev 
44760)
@@ -28,7 +28,6 @@
 
 #include "NetMsg.h"
 
-#include <MinimalObject.h>
 
 class GeometryChunkMsg : public NetMsg
 {
@@ -52,8 +51,6 @@
        std::string getPath();
        ByteBuffer* getByteBuffer();
 
-       static GeometryChunkMsg* objToChunk(BRLCAD::MinimalObject* Obj, NetMsg* 
replyMsg = 0);
-
 protected:
         uint32_t getDataLen();
 

Modified: geomcore/trunk/include/SvnDataSource.h
===================================================================
--- geomcore/trunk/include/SvnDataSource.h      2011-06-06 21:19:22 UTC (rev 
44759)
+++ geomcore/trunk/include/SvnDataSource.h      2011-06-06 21:20:18 UTC (rev 
44760)
@@ -27,7 +27,7 @@
 #define __SVNDATASOURCE_H__
 
 #include "IDataSource.h"
-#include <MinimalObject.h>
+
 #include <string>
 #include <list>
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to