copysign is already in compiler.h

This commit is contained in:
fredb 2006-11-07 21:31:17 +00:00
parent cc6179a4dd
commit e0b2687231

View File

@ -26,11 +26,6 @@
#undef max
#endif
// for microsoft compiler
#ifdef _MSC_VER
#define copysign _copysign
#endif
#include <osg/Quat>
template<typename T>