Revision: 56166
          http://sourceforge.net/p/brlcad/code/56166
Author:   n_reed
Date:     2013-07-20 14:21:37 +0000 (Sat, 20 Jul 2013)
Log Message:
-----------
sort headers, remove duplicate inclusion of wdb.h

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/cchannel.c

Modified: brlcad/trunk/src/proc-db/cchannel.c
===================================================================
--- brlcad/trunk/src/proc-db/cchannel.c 2013-07-20 14:01:30 UTC (rev 56165)
+++ brlcad/trunk/src/proc-db/cchannel.c 2013-07-20 14:21:37 UTC (rev 56166)
@@ -26,17 +26,16 @@
  */
 #include "common.h"
 
+#include <math.h>
 #include <stdio.h>
 #include <string.h>
-#include <math.h>
+#include "bn.h"
 #include "bu.h"
-#include "wdb.h"
-#include "vmath.h"
-#include "bn.h"
+#include "ged.h"
 #include "raytrace.h"
 #include "rtgeom.h"
+#include "vmath.h"
 #include "wdb.h"
-#include "ged.h"
 
 struct channel
 {

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to