Index: crosshair.h =================================================================== --- crosshair.h (revision 4567) +++ crosshair.h (revision 4568) @@ -33,14 +33,8 @@ #include "rubberband.h" #include "vtonpoint.h" #include "hid.h" +#include "obj_line.h" -typedef struct { /* current marked line */ - PointType Point1, /* start- and end-position */ - Point2; - long int State; - pcb_bool draw; -} AttachedLineType, *AttachedLineTypePtr; - typedef struct { /* currently marked block */ PointType Point1, /* start- and end-position */ Point2;