diff --git a/pcbnew/zone_filler.cpp b/pcbnew/zone_filler.cpp index 3f6a9a4cbc..4ff459e161 100644 --- a/pcbnew/zone_filler.cpp +++ b/pcbnew/zone_filler.cpp @@ -47,11 +47,9 @@ #include #include #include // for KiROUND -#include - #include "zone_filler.h" -static const double s_RoundPadThermalSpokeAngle = 450; +static const double s_RoundPadThermalSpokeAngle = 450; // in deci-degrees static const bool s_DumpZonesWhenFilling = false;