Revision: 55682
          http://sourceforge.net/p/brlcad/code/55682
Author:   brlcad
Date:     2013-06-06 15:59:17 +0000 (Thu, 06 Jun 2013)
Log Message:
-----------
bio.h is a system header wrapper but should still probably come after the <> 
headers

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/intersect.cpp

Modified: brlcad/trunk/src/libbrep/intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/intersect.cpp      2013-06-05 22:32:42 UTC (rev 
55681)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-06-06 15:59:17 UTC (rev 
55682)
@@ -25,16 +25,17 @@
 
 #include "common.h"
 
-#include "bio.h"
 #include <assert.h>
 #include <vector>
 #include <algorithm>
+#include "bio.h"
 
 #include "vmath.h"
 #include "bu.h"
 
 #include "brep.h"
 
+
 /**
  * Point-point intersections (PPI)
  */

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


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to