Revision: 65254
          http://sourceforge.net/p/brlcad/code/65254
Author:   starseeker
Date:     2015-06-10 20:02:45 +0000 (Wed, 10 Jun 2015)
Log Message:
-----------
don't need getopt

Modified Paths:
--------------
    brlcad/trunk/src/libged/tire.c

Modified: brlcad/trunk/src/libged/tire.c
===================================================================
--- brlcad/trunk/src/libged/tire.c      2015-06-10 20:00:18 UTC (rev 65253)
+++ brlcad/trunk/src/libged/tire.c      2015-06-10 20:02:45 UTC (rev 65254)
@@ -31,7 +31,6 @@
 #include <string.h>
 #include <math.h>
 
-#include "bu/getopt.h"
 #include "bu/opt.h"
 #include "bu/units.h"
 #include "vmath.h"
@@ -2011,7 +2010,7 @@
     bu_vls_free(&name);
     bu_vls_free(&dimen);
     bu_free((char *)unknown, "free unknown args array");
-       
+
     return GED_OK;
 }
 

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

Reply via email to