Removed cmath include as it was causing build problems under Cgwin

This commit is contained in:
Robert Osfield 2008-11-28 17:18:08 +00:00
parent cd4b4b8bfe
commit b021f0c518

View File

@ -19,7 +19,6 @@
#include <osg/Object>
#include <map>
#include <vector>
#include <cmath>
#include <osg/Notify>
#include <osg/Group>
#include <osgAnimation/Animation>