Remove duplicated workaround.

This commit is contained in:
Guillaume Melquiond 2005-01-12 23:10:10 +00:00
parent 3f1e922afc
commit 6ab15adf01

View file

@ -23,16 +23,6 @@ warning4786WorkAround() {}
static warning4786WorkAround VariableThatHacksWarning4786IntoBeingMutedForSomeUnknownReason;
#include <cmath>
namespace std
{
using ::floor;
using ::sqrt;
}
//put the mathematical functions where they belong: in the std namespace
//it is necessary for VC6 at least
#include <cmath>