Skip to content

Commit

Permalink
WINTERMUTE: Avoid explicitly including <math.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
somaen committed Jun 17, 2013
1 parent c48a7ee commit 7cc19bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion engines/wintermute/base/scriptables/script_ext_math.cpp
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion engines/wintermute/math/math_util.cpp
Expand Up @@ -27,7 +27,7 @@
*/

#include "engines/wintermute/math/math_util.h"
#include <math.h>
#include "common/scummsys.h"

namespace Wintermute {

Expand Down
2 changes: 1 addition & 1 deletion engines/wintermute/math/matrix4.cpp
Expand Up @@ -28,7 +28,7 @@

#include "engines/wintermute/math/matrix4.h"
#include "engines/wintermute/math/vector2.h"
#include <math.h>
#include "common/scummsys.h"

namespace Wintermute {

Expand Down
2 changes: 1 addition & 1 deletion engines/wintermute/math/vector2.cpp
Expand Up @@ -27,7 +27,7 @@
*/

#include "engines/wintermute/math/vector2.h"
#include <math.h>
#include "common/scummsys.h"

namespace Wintermute {

Expand Down

0 comments on commit 7cc19bf

Please sign in to comment.