mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
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:
parent
343ded5f6f
commit
61d68b9d4a
@ -32,8 +32,6 @@
|
||||
#include "draci/script.h"
|
||||
#include "draci/animation.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace Draci {
|
||||
|
||||
static const Common::String dialoguePath("ROZH");
|
||||
|
@ -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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user