Move plotter headers into include folder.

This commit is contained in:
Wayne Stambaugh
2021-08-18 16:38:31 -04:00
parent 5574682d44
commit 46b959c3e3
54 changed files with 70 additions and 107 deletions
+1 -3
View File
@@ -37,11 +37,9 @@
* is not handled here.
*/
#include <fill_type.h>
#include <vector>
#include <trigo.h>
#include <eda_item.h>
#include <plotter.h>
#include <plotters/plotter.h>
#include <geometry/shape_line_chain.h>
#include <geometry/geometry_utils.h>
#include <bezier_curves.h>