[Scummvm-cvs-logs] SF.net SVN: scummvm:[46213] scummvm/trunk/engines/draci

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Mon Nov 30 09:09:40 CET 2009


Revision: 46213
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46213&view=rev
Author:   anotherguest
Date:     2009-11-30 08:09:39 +0000 (Mon, 30 Nov 2009)

Log Message:
-----------
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)

Modified Paths:
--------------
    scummvm/trunk/engines/draci/game.cpp
    scummvm/trunk/engines/draci/sprite.cpp

Modified: scummvm/trunk/engines/draci/game.cpp
===================================================================
--- scummvm/trunk/engines/draci/game.cpp	2009-11-30 08:09:15 UTC (rev 46212)
+++ scummvm/trunk/engines/draci/game.cpp	2009-11-30 08:09:39 UTC (rev 46213)
@@ -32,8 +32,6 @@
 #include "draci/script.h"
 #include "draci/animation.h"
 
-#include <cmath>
-
 namespace Draci {
 
 static const Common::String dialoguePath("ROZH");

Modified: scummvm/trunk/engines/draci/sprite.cpp
===================================================================
--- scummvm/trunk/engines/draci/sprite.cpp	2009-11-30 08:09:15 UTC (rev 46212)
+++ scummvm/trunk/engines/draci/sprite.cpp	2009-11-30 08:09:39 UTC (rev 46213)
@@ -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 };


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list