From 513aba1552efb406ef1ab22ca46ee53565a9db5d Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Sat, 27 Nov 2021 23:02:56 +0100 Subject: [PATCH] Clean includes in EDA_RECT test --- qa/common/test_eda_rect.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qa/common/test_eda_rect.cpp b/qa/common/test_eda_rect.cpp index b9118b91b5..b5931930b9 100644 --- a/qa/common/test_eda_rect.cpp +++ b/qa/common/test_eda_rect.cpp @@ -21,9 +21,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "math/util.h" -#include #include +#include // Code under test #include