Revision: 41100
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41100&view=rev
Author:   brlcad
Date:     2010-10-19 06:14:07 +0000 (Tue, 19 Oct 2010)

Log Message:
-----------
tsk tsk jdoliner... get rid of the insane #include lines.  someone apparently 
didn't know how cppflags work, undo the relative paths.

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/brepintersect.h

Modified: brlcad/trunk/src/proc-db/brepintersect.h
===================================================================
--- brlcad/trunk/src/proc-db/brepintersect.h    2010-10-19 06:10:35 UTC (rev 
41099)
+++ brlcad/trunk/src/proc-db/brepintersect.h    2010-10-19 06:14:07 UTC (rev 
41100)
@@ -21,17 +21,17 @@
  *
  */
 
-#include <stdint.h>
-#include "../../include/common.h"  /* someone tell me how to get rid of these 
stupid absolute paths, I'm sick of looking */
+#include "common.h"
 
-#include "../../include/raytrace.h"
-#include "../../include/rtgeom.h"
-#include "../../include/wdb.h"
-#include "../../include/bn.h"
-#include "../../include/bu.h"
-#include "../../include/vmath.h"
-#include "../src/other/openNURBS/opennurbs_array.h"
+#include "raytrace.h"
+#include "rtgeom.h"
+#include "wdb.h"
+#include "bn.h"
+#include "bu.h"
+#include "vmath.h"
+#include "opennurbs_array.h"
 
+
 bool PointInTriangle(
     const ON_3dPoint& a,
     const ON_3dPoint& b,


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

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to