Revision: 53726
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53726&view=rev
Author:   brlcad
Date:     2012-11-16 03:26:15 +0000 (Fri, 16 Nov 2012)
Log Message:
-----------
assert.h is a system header, wrap in <>

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

Modified: brlcad/trunk/src/proc-db/brepintersect.cpp
===================================================================
--- brlcad/trunk/src/proc-db/brepintersect.cpp  2012-11-15 22:03:36 UTC (rev 
53725)
+++ brlcad/trunk/src/proc-db/brepintersect.cpp  2012-11-16 03:26:15 UTC (rev 
53726)
@@ -27,10 +27,13 @@
  * This code is written and maintained by Joe Doliner: [email protected]
  */
 
-#include "assert.h"
+/* interface header */
 #include "brepintersect.h"
 
+/* implementation system header */
+#include <assert.h>
 
+
 int PolylineBBox(
     const ON_Polyline& pline,
     ON_BoundingBox* bbox

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to