Removed <cmath> includes since a) not a part of Symbian OS b) Compiles fine without it (at least with Symbian OS GCCE 3.4.3 and CW 2)

svn-id: r46213
This commit is contained in:
Lars Persson 2009-11-30 08:09:39 +00:00
parent 343ded5f6f
commit 61d68b9d4a
2 changed files with 0 additions and 4 deletions

View File

@ -32,8 +32,6 @@
#include "draci/script.h"
#include "draci/animation.h"
#include <cmath>
namespace Draci {
static const Common::String dialoguePath("ROZH");

View File

@ -29,8 +29,6 @@
#include "draci/sprite.h"
#include "draci/font.h"
#include <cmath>
namespace Draci {
const Displacement kNoDisplacement = { 0, 0, 1.0, 1.0 };