Browse Source

Fix Mac-style include.

6.0.7
Jeff Young 5 years ago
parent
commit
8d4c9aeaac
  1. 2
      pcbnew/drc/drc_test_provider_copper_clearance.cpp
  2. 2
      pcbnew/drc/drc_test_provider_hole_clearance.cpp

2
pcbnew/drc/drc_test_provider_copper_clearance.cpp

@ -32,6 +32,7 @@
#include <geometry/shape_poly_set.h>
#include <geometry/shape_rect.h>
#include <geometry/shape_segment.h>
#include <geometry/shape_null.h>
#include <drc/drc_engine.h>
#include <drc/drc_rtree.h>
@ -39,7 +40,6 @@
#include <drc/drc_rule.h>
#include <drc/drc_test_provider_clearance_base.h>
#include <class_dimension.h>
#include <libs/kimath/include/geometry/shape_null.h>
/*
Copper clearance test. Checks all copper items (pads, vias, tracks, drawings, zones) for their electrical clearance.

2
pcbnew/drc/drc_test_provider_hole_clearance.cpp

@ -25,11 +25,11 @@
#include <class_pad.h>
#include <class_track.h>
#include <geometry/shape_segment.h>
#include <geometry/shape_circle.h>
#include <drc/drc_engine.h>
#include <drc/drc_item.h>
#include <drc/drc_rule.h>
#include <drc/drc_test_provider_clearance_base.h>
#include <libs/kimath/include/geometry/shape_circle.h>
#include "drc_rtree.h"
/*

Loading…
Cancel
Save