Index: crosshair.h =================================================================== --- crosshair.h (revision 29396) +++ crosshair.h (revision 29397) @@ -33,6 +33,7 @@ #include "config.h" #include "vtonpoint.h" #include +#include #include "obj_line.h" #include "obj_poly.h" #include "route.h" @@ -54,12 +55,6 @@ pcb_coord_t radius; } pcb_attached_object_t; -typedef struct { - pcb_bool status; - pcb_coord_t X, Y; - unsigned user_placed:1; /* if 1, the user has explicitly placed the mark - do not move it */ -} pcb_mark_t; - typedef struct { /* holds crosshair, cursor and crosshair-attachment information */ pcb_hid_gc_t GC; /* GC for cursor drawing */ pcb_hid_gc_t AttachGC; /* and for displaying buffer contents */