Remove duplicate headers in plot and associated code.

This commit is contained in:
Wayne Stambaugh
2021-08-17 15:41:25 -04:00
parent 24a41559ca
commit 6427197962
17 changed files with 59 additions and 73 deletions
-3
View File
@@ -23,13 +23,10 @@
* @brief specialized plotter for GERBER files format
*/
#include <eda_base_frame.h>
#include <fill_type.h>
#include <string_utils.h>
#include <convert_basic_shapes_to_polygon.h>
#include <macros.h>
#include <math/util.h> // for KiROUND
#include <render_settings.h>
#include <trigo.h>
#include <wx/log.h>