Move specialized plotter classes from plotter.h to specific plotter_xx.h
plotter.h contains now only a header common to all plotters. The code does not actually change, but it allows modifying a specific plotter without recompiling most of kicad files.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <fctsys.h>
|
||||
#include <base_struct.h>
|
||||
#include <plotter.h>
|
||||
#include <plotters_specific.h>
|
||||
#include <ws_painter.h>
|
||||
#include <base_screen.h>
|
||||
#include <gr_text.h>
|
||||
|
||||
Reference in New Issue
Block a user