Revision: 76445
          http://sourceforge.net/p/brlcad/code/76445
Author:   starseeker
Date:     2020-07-23 15:54:39 +0000 (Thu, 23 Jul 2020)
Log Message:
-----------
Clean up a couple includes (MSVC)

Modified Paths:
--------------
    brlcad/branches/gedplugins/src/libged/bot/check.cpp
    brlcad/branches/gedplugins/src/libged/bot/ged_bot.h
    brlcad/branches/gedplugins/src/libged/joint/joint.h

Modified: brlcad/branches/gedplugins/src/libged/bot/check.cpp
===================================================================
--- brlcad/branches/gedplugins/src/libged/bot/check.cpp 2020-07-23 14:15:54 UTC 
(rev 76444)
+++ brlcad/branches/gedplugins/src/libged/bot/check.cpp 2020-07-23 15:54:39 UTC 
(rev 76445)
@@ -37,6 +37,7 @@
 #include "bg/trimesh.h"
 #include "rt/geom.h"
 #include "wdb.h"
+#include "../ged_private.h"
 #include "./ged_bot.h"
 
 

Modified: brlcad/branches/gedplugins/src/libged/bot/ged_bot.h
===================================================================
--- brlcad/branches/gedplugins/src/libged/bot/ged_bot.h 2020-07-23 14:15:54 UTC 
(rev 76444)
+++ brlcad/branches/gedplugins/src/libged/bot/ged_bot.h 2020-07-23 15:54:39 UTC 
(rev 76445)
@@ -58,12 +58,6 @@
     struct bu_opt_desc *gopts = NULL;
 };
 
-/* defined in draw.c */
-extern void _ged_cvt_vlblock_to_solids(struct ged *gedp,
-                                      struct bn_vlblock *vbp,
-                                      const char *name,
-                                      int copy);
-
 int _bot_obj_setup(struct _ged_bot_info *gb, const char *name);
 
 int _bot_cmd_msgs(void *bs, int argc, const char **argv, const char *us, const 
char *ps);

Modified: brlcad/branches/gedplugins/src/libged/joint/joint.h
===================================================================
--- brlcad/branches/gedplugins/src/libged/joint/joint.h 2020-07-23 14:15:54 UTC 
(rev 76444)
+++ brlcad/branches/gedplugins/src/libged/joint/joint.h 2020-07-23 15:54:39 UTC 
(rev 76445)
@@ -181,10 +181,6 @@
     int tcl_converted;
 };
 
-
-void vls_col_item(struct bu_vls *str, const char *cp);
-void vls_col_eol(struct bu_vls *str);
-
 #endif /* LIBGED_JOINT_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