Don't include plotters_specific.h where not needed

This avoids some very large rebuilds when a plotter class is changed.
This commit is contained in:
Alexis Lockwood
2020-12-18 07:21:59 +00:00
committed by jean-pierre charras
parent 5937b38312
commit 4bc12e7dcd
7 changed files with 7 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@
#include <math/util.h> // for KiROUND, Clamp
#include <math/vector2d.h> // for VECTOR2I
#include <plotter.h>
#include <plotters_specific.h>
#include <trigo.h>
#include <board_design_settings.h> // for BOARD_DESIGN_SETTINGS