Revision: 65356
http://sourceforge.net/p/brlcad/code/65356
Author: starseeker
Date: 2015-06-17 16:33:45 +0000 (Wed, 17 Jun 2015)
Log Message:
-----------
Couple of librt header reorg fixes.
Modified Paths:
--------------
brlcad/trunk/include/raytrace.h
brlcad/trunk/include/rt/func.h
brlcad/trunk/include/rt/functab.h
brlcad/trunk/include/rt/nmg.h
brlcad/trunk/src/librt/primitives/obj_adjust.c
brlcad/trunk/src/librt/primitives/obj_xform.c
Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h 2015-06-17 16:21:19 UTC (rev 65355)
+++ brlcad/trunk/include/raytrace.h 2015-06-17 16:33:45 UTC (rev 65356)
@@ -119,6 +119,8 @@
#include "./rt/view.h"
+#include "./rt/func.h"
+
#include "./rt/functab.h"
#include "./rt/private.h"
Modified: brlcad/trunk/include/rt/func.h
===================================================================
--- brlcad/trunk/include/rt/func.h 2015-06-17 16:21:19 UTC (rev 65355)
+++ brlcad/trunk/include/rt/func.h 2015-06-17 16:33:45 UTC (rev 65356)
@@ -42,6 +42,7 @@
#include "bn/tol.h"
#include "rt/defines.h"
#include "rt/application.h"
+#include "rt/functab.h"
#include "rt/hit.h"
#include "rt/piece.h"
#include "rt/resource.h"
@@ -149,7 +150,7 @@
/**
* db object 'adjust' support, modify a tcl list representation
*/
-RT_EXPORT extern int rt_obj_adjust(struct bu_vls *logstr, struct
rt_db_internal *ip, int argc, char **argv);
+RT_EXPORT extern int rt_obj_adjust(struct bu_vls *logstr, struct
rt_db_internal *ip, int argc, const char **argv);
/**
* describe an object in text form (used by the 'l' command)
Modified: brlcad/trunk/include/rt/functab.h
===================================================================
--- brlcad/trunk/include/rt/functab.h 2015-06-17 16:21:19 UTC (rev 65355)
+++ brlcad/trunk/include/rt/functab.h 2015-06-17 16:33:45 UTC (rev 65356)
@@ -50,6 +50,7 @@
#include "rt/tol.h"
#include "rt/view.h"
#include "rt/xray.h"
+#include "pc.h"
#include "nmg.h"
#include "brep.h"
Modified: brlcad/trunk/include/rt/nmg.h
===================================================================
--- brlcad/trunk/include/rt/nmg.h 2015-06-17 16:21:19 UTC (rev 65355)
+++ brlcad/trunk/include/rt/nmg.h 2015-06-17 16:33:45 UTC (rev 65356)
@@ -27,6 +27,7 @@
#include "bu/list.h"
#include "bu/ptbl.h"
#include "bn/tol.h"
+#include "bn/vlist.h"
#include "rt/geom.h"
#include "rt/hit.h"
#include "rt/seg.h"
Modified: brlcad/trunk/src/librt/primitives/obj_adjust.c
===================================================================
--- brlcad/trunk/src/librt/primitives/obj_adjust.c 2015-06-17 16:21:19 UTC
(rev 65355)
+++ brlcad/trunk/src/librt/primitives/obj_adjust.c 2015-06-17 16:33:45 UTC
(rev 65356)
@@ -20,9 +20,8 @@
#include "common.h"
-#include "raytrace.h"
+#include "rt/func.h"
-
int
rt_obj_adjust(struct bu_vls *logstr, struct rt_db_internal *ip, int argc,
const char **argv)
{
Modified: brlcad/trunk/src/librt/primitives/obj_xform.c
===================================================================
--- brlcad/trunk/src/librt/primitives/obj_xform.c 2015-06-17 16:21:19 UTC
(rev 65355)
+++ brlcad/trunk/src/librt/primitives/obj_xform.c 2015-06-17 16:33:45 UTC
(rev 65356)
@@ -20,9 +20,8 @@
#include "common.h"
-#include "raytrace.h"
+#include "rt/func.h"
-
int
rt_obj_xform(struct rt_db_internal *op, const mat_t mat, struct rt_db_internal
*ip, int release, struct db_i *dbip, struct resource *resp)
{
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