Revision: 76446
          http://sourceforge.net/p/brlcad/code/76446
Author:   starseeker
Date:     2020-07-23 15:59:49 +0000 (Thu, 23 Jul 2020)
Log Message:
-----------
More header fixes

Modified Paths:
--------------
    brlcad/branches/gedplugins/src/libged/brep/brep.cpp
    brlcad/branches/gedplugins/src/libged/brep/ged_brep.h
    brlcad/branches/gedplugins/src/libged/brep/plot.cpp

Modified: brlcad/branches/gedplugins/src/libged/brep/brep.cpp
===================================================================
--- brlcad/branches/gedplugins/src/libged/brep/brep.cpp 2020-07-23 15:54:39 UTC 
(rev 76445)
+++ brlcad/branches/gedplugins/src/libged/brep/brep.cpp 2020-07-23 15:59:49 UTC 
(rev 76446)
@@ -47,6 +47,7 @@
 #include "rt/geom.h"
 #include "wdb.h"
 
+#include "../ged_private.h"
 #include "./ged_brep.h"
 
 /* FIXME: how should we set up brep functionality without introducing

Modified: brlcad/branches/gedplugins/src/libged/brep/ged_brep.h
===================================================================
--- brlcad/branches/gedplugins/src/libged/brep/ged_brep.h       2020-07-23 
15:54:39 UTC (rev 76445)
+++ brlcad/branches/gedplugins/src/libged/brep/ged_brep.h       2020-07-23 
15:59:49 UTC (rev 76446)
@@ -93,13 +93,6 @@
 int
 _brep_indices(std::set<int> &elements, struct bu_vls *vls, int argc, const 
char **argv);
 
-/* defined in draw.c */
-extern void _ged_cvt_vlblock_to_solids(struct ged *gedp,
-                                      struct bn_vlblock *vbp,
-                                      const char *name,
-                                      int copy);
-
-
 GED_EXPORT extern int _ged_brep_to_csg(struct ged *gedp, const char *obj_name, 
int verify);
 
 GED_EXPORT extern int brep_info(struct bu_vls *vls, const ON_Brep *brep, int 
argc, const char **argv);

Modified: brlcad/branches/gedplugins/src/libged/brep/plot.cpp
===================================================================
--- brlcad/branches/gedplugins/src/libged/brep/plot.cpp 2020-07-23 15:54:39 UTC 
(rev 76445)
+++ brlcad/branches/gedplugins/src/libged/brep/plot.cpp 2020-07-23 15:59:49 UTC 
(rev 76446)
@@ -29,6 +29,7 @@
 
 #include "opennurbs.h"
 #include "bu/cmd.h"
+#include "../ged_private.h"
 #include "./ged_brep.h"
 
 
/********************************************************************************

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to