aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/math/math_util.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/math/math_util.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/math/math_util.cpp')
-rw-r--r--engines/wintermute/math/math_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/math/math_util.cpp b/engines/wintermute/math/math_util.cpp
index 31af77538a..0aa0f841ac 100644
--- a/engines/wintermute/math/math_util.cpp
+++ b/engines/wintermute/math/math_util.cpp
@@ -27,7 +27,7 @@
*/
#include "engines/wintermute/math/math_util.h"
-#include <math.h>
+#include "common/scummsys.h"
namespace Wintermute {