Index: crosshair.h =================================================================== --- crosshair.h (revision 29398) +++ crosshair.h (revision 29399) @@ -33,7 +33,7 @@ #include "config.h" #include "vtonpoint.h" #include -#include +#include #include "obj_line.h" #include "obj_poly.h" #include "route.h" @@ -96,7 +96,6 @@ extern pcb_crosshair_t pcb_crosshair; extern pcb_mark_t pcb_marked; /* the point the user explicitly marked, or in some operations where the operation originally started */ -extern pcb_mark_t pcb_grabbed; /* point where a drag&drop operation started */ void pcb_notify_mark_change(pcb_bool changes_complete); void pcb_crosshair_move_relative(pcb_coord_t, pcb_coord_t);