diff --git a/qa/drc_proto/drc_test_provider_annulus.cpp b/qa/drc_proto/drc_test_provider_annulus.cpp index 8101aecc73..66ae98a326 100644 --- a/qa/drc_proto/drc_test_provider_annulus.cpp +++ b/qa/drc_proto/drc_test_provider_annulus.cpp @@ -23,7 +23,6 @@ #include #include -#include #include #include @@ -39,7 +38,7 @@ Errors generated: - DRCE_ANNULUS - Todo: + Todo: - check pad holes too. - pad stack support (different IAR/OAR values depending on layer) */ @@ -87,7 +86,7 @@ bool test::DRC_TEST_PROVIDER_ANNULUS::Run() ReportStage( ( "Testing via annular rings" ), 0, 2 ); - auto checkAnnulus = [&]( BOARD_ITEM* item ) -> bool + auto checkAnnulus = [&]( BOARD_ITEM* item ) -> bool { bool fail_min = false, fail_max = false; int v_min, v_max; @@ -159,4 +158,4 @@ test::DRC_TEST_PROVIDER_ANNULUS::GetMatchingConstraintIds() const namespace detail { static test::DRC_REGISTER_TEST_PROVIDER dummy; -} \ No newline at end of file +}