Revision: 56960
          http://sourceforge.net/p/brlcad/code/56960
Author:   brlcad
Date:     2013-08-19 18:37:33 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
stdlib.h instead of malloc.h and include common.h

Modified Paths:
--------------
    brlcad/trunk/src/external/Unigraphics/log.h
    brlcad/trunk/src/external/Unigraphics/ug_misc.c

Modified: brlcad/trunk/src/external/Unigraphics/log.h
===================================================================
--- brlcad/trunk/src/external/Unigraphics/log.h 2013-08-19 18:34:04 UTC (rev 
56959)
+++ brlcad/trunk/src/external/Unigraphics/log.h 2013-08-19 18:37:33 UTC (rev 
56960)
@@ -17,11 +17,11 @@
  * License along with this file; see the file named COPYING for more
  * information.
  */
-/** @file log.h
- *
- */
 
+#include "common.h"
+
 #include <stdarg.h>
+
 extern void log(const char *fmt, ...);
 extern void dialog(const char *fmt, ...);
 extern void log_init(void);

Modified: brlcad/trunk/src/external/Unigraphics/ug_misc.c
===================================================================
--- brlcad/trunk/src/external/Unigraphics/ug_misc.c     2013-08-19 18:34:04 UTC 
(rev 56959)
+++ brlcad/trunk/src/external/Unigraphics/ug_misc.c     2013-08-19 18:37:33 UTC 
(rev 56960)
@@ -17,10 +17,10 @@
  * License along with this file; see the file named COPYING for more
  * information.
  */
-/** @file ug_misc.c
- *
- */
 
+#include "common.h"
+
+#include <stdlib.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <uf.h>
@@ -33,7 +33,6 @@
 #include <uf_object_types.h>
 #include <uf_facet.h>
 #include <uf_modl.h>
-#include <malloc.h>
 #include <tcl.h>
 
 

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to