Include optimization: move some things from common.h to point-of-use

This commit is contained in:
Jon Evans
2021-03-20 12:09:18 -04:00
parent 80cb1db2e6
commit c04e19f9ac
92 changed files with 258 additions and 195 deletions
+1 -1
View File
@@ -27,13 +27,13 @@
#include <stddef.h> // for NULL, size_t
#include <vector> // for vector, __vector_base<>...
#include <eda_item.h>
#include <geometry/seg.h> // for SEG
#include <geometry/shape_circle.h>
#include <geometry/shape_line_chain.h> // for SHAPE_LINE_CHAIN
#include <geometry/shape_poly_set.h> // for SHAPE_POLY_SET, SHAPE_P...
#include <geometry/shape_segment.h>
#include <kicad_string.h>
#include <macros.h>
#include <math/util.h> // for KiROUND, Clamp
#include <math/vector2d.h> // for VECTOR2I
#include <plotter.h>