diff options
author | Eugene Sandulenko | 2016-09-03 15:19:37 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-09-03 15:19:37 +0200 |
commit | cad834a69c37de8d34505a0ac082ae7b92b7dcf3 (patch) | |
tree | 768b81eb76ae8d482a625a8e5a73a178ea965853 /engines/sword25 | |
parent | 0239baeacb34312db48ff44865558988c7fcf597 (diff) | |
download | scummvm-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.cpp | 2 | ||||
-rw-r--r-- | engines/sword25/math/vertex.h | 1 |
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" |