From 201c38092594803f1afcd197975a07f77e0ff841 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 17 Feb 2020 12:58:04 +0100 Subject: [PATCH] QA tests: remove deprecated headers, already not used in master branch. --- qa/common/geometry/test_fillet.cpp | 2 +- qa/common/test_color4d.cpp | 2 +- qa/pcbnew/test_graphics_import_mgr.cpp | 2 +- qa/unit_test_utils/include/unit_test_utils/unit_test_utils.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qa/common/geometry/test_fillet.cpp b/qa/common/geometry/test_fillet.cpp index a3521d09ef..ed111bbda9 100644 --- a/qa/common/geometry/test_fillet.cpp +++ b/qa/common/geometry/test_fillet.cpp @@ -22,7 +22,7 @@ */ #include -#include +// #include // deprecated #include diff --git a/qa/common/test_color4d.cpp b/qa/common/test_color4d.cpp index 0afeb18d76..e03d03b8df 100644 --- a/qa/common/test_color4d.cpp +++ b/qa/common/test_color4d.cpp @@ -21,7 +21,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +// #include // deprecated #include #include diff --git a/qa/pcbnew/test_graphics_import_mgr.cpp b/qa/pcbnew/test_graphics_import_mgr.cpp index ae437a37b7..95145da34f 100644 --- a/qa/pcbnew/test_graphics_import_mgr.cpp +++ b/qa/pcbnew/test_graphics_import_mgr.cpp @@ -21,7 +21,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +// #include // deprecated #include #include diff --git a/qa/unit_test_utils/include/unit_test_utils/unit_test_utils.h b/qa/unit_test_utils/include/unit_test_utils/unit_test_utils.h index 87c3f90733..5191126f2e 100644 --- a/qa/unit_test_utils/include/unit_test_utils/unit_test_utils.h +++ b/qa/unit_test_utils/include/unit_test_utils/unit_test_utils.h @@ -24,7 +24,7 @@ #ifndef UNIT_TEST_UTILS__H #define UNIT_TEST_UTILS__H -#include +//#include :: deprecated #include #include