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
-2
View File
@@ -27,11 +27,9 @@
* @brief KiCad: specialized plotter for PS files format
*/
#include <eda_base_frame.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 "plotters_pslike.h"