CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/02/10 18:22:46

Modified files:
        libbase        : tu_math.h 

Log message:
        Removed using namespace std;

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_math.h?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: tu_math.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_math.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- tu_math.h   10 Feb 2007 17:07:09 -0000      1.18
+++ tu_math.h   10 Feb 2007 18:22:46 -0000      1.19
@@ -12,8 +12,6 @@
 #include <cmath>
 #include <cfloat>
 
-using namespace std;
-
 // OSX doesn't have single precision math functions defined in math.h
 #ifdef __MACH__
     #define sinf sin


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to