Index: elem_rot.c =================================================================== --- elem_rot.c (revision 15824) +++ elem_rot.c (revision 15825) @@ -32,7 +32,6 @@ #include "elem_rot.h" #include "conf_core.h" #include "data_it.h" -#include "obj_pad.h" static const int verbose_rot = 0; Index: elem_rot.h =================================================================== --- elem_rot.h (revision 15824) +++ elem_rot.h (revision 15825) @@ -1,5 +1,3 @@ -#include "obj_elem.h" - void pcb_subc_xy_rot(pcb_subc_t *subc, pcb_coord_t *cx, pcb_coord_t *cy, double *theta, double *xray_theta, pcb_bool autodetect); /* Automatic version of pcb_subc_xy_rot: inserts all the p&p attributes and creates the aux layer */