From cad834a69c37de8d34505a0ac082ae7b92b7dcf3 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 3 Sep 2016 15:19:37 +0200 Subject: JANITORIAL: Fix include statements --- engines/sword25/math/polygon.cpp | 2 -- engines/sword25/math/vertex.h | 1 - 2 files changed, 3 deletions(-) (limited to 'engines/sword25') 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 - #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 #include "common/rect.h" #include "sword25/kernel/common.h" -- cgit v1.2.3