aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-03 15:19:37 +0200
committerEugene Sandulenko2016-09-03 15:19:37 +0200
commitcad834a69c37de8d34505a0ac082ae7b92b7dcf3 (patch)
tree768b81eb76ae8d482a625a8e5a73a178ea965853 /engines/sword25
parent0239baeacb34312db48ff44865558988c7fcf597 (diff)
downloadscummvm-rg350-cad834a69c37de8d34505a0ac082ae7b92b7dcf3.tar.gz
scummvm-rg350-cad834a69c37de8d34505a0ac082ae7b92b7dcf3.tar.bz2
scummvm-rg350-cad834a69c37de8d34505a0ac082ae7b92b7dcf3.zip
JANITORIAL: Fix include statements
Diffstat (limited to 'engines/sword25')
-rw-r--r--engines/sword25/math/polygon.cpp2
-rw-r--r--engines/sword25/math/vertex.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/engines/sword25/math/polygon.cpp b/engines/sword25/math/polygon.cpp
index 99a0d37ed7..e7f8d04d56 100644
--- a/engines/sword25/math/polygon.cpp
+++ b/engines/sword25/math/polygon.cpp
@@ -29,8 +29,6 @@
*
*/
-#include <math.h>
-
#include "sword25/kernel/outputpersistenceblock.h"
#include "sword25/kernel/inputpersistenceblock.h"
diff --git a/engines/sword25/math/vertex.h b/engines/sword25/math/vertex.h
index 89ad344f6a..574ce39e60 100644
--- a/engines/sword25/math/vertex.h
+++ b/engines/sword25/math/vertex.h
@@ -40,7 +40,6 @@
#define SWORD25_VERTEX_H
// Includes
-#include <math.h>
#include "common/rect.h"
#include "sword25/kernel/common.h"