aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/scriptables/script_ext_math.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-06-18 01:35:49 +0200
committerEinar Johan Trøan Sømåen2013-06-18 01:35:49 +0200
commit7cc19bf29d391801fe8a720b36fce311fdcdd9a0 (patch)
treeba042cbad4bdef192166badfb52960c6adcc6b75 /engines/wintermute/base/scriptables/script_ext_math.cpp
parentc48a7ee0e327dd75882a505bbb7c1bbdc4af9604 (diff)
downloadscummvm-rg350-7cc19bf29d391801fe8a720b36fce311fdcdd9a0.tar.gz
scummvm-rg350-7cc19bf29d391801fe8a720b36fce311fdcdd9a0.tar.bz2
scummvm-rg350-7cc19bf29d391801fe8a720b36fce311fdcdd9a0.zip
WINTERMUTE: Avoid explicitly including <math.h>
Diffstat (limited to 'engines/wintermute/base/scriptables/script_ext_math.cpp')
-rw-r--r--engines/wintermute/base/scriptables/script_ext_math.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/wintermute/base/scriptables/script_ext_math.cpp b/engines/wintermute/base/scriptables/script_ext_math.cpp
index d816fbec65..f4c6be2d6c 100644
--- a/engines/wintermute/base/scriptables/script_ext_math.cpp
+++ b/engines/wintermute/base/scriptables/script_ext_math.cpp
@@ -31,7 +31,6 @@
#include "engines/wintermute/base/scriptables/script_value.h"
#include "engines/wintermute/persistent.h"
#include "common/math.h"
-#include <math.h>
namespace Wintermute {