Index: global_typedefs.h =================================================================== --- global_typedefs.h (revision 26930) +++ global_typedefs.h (revision 26931) @@ -35,6 +35,12 @@ }; typedef struct pcb_hidlib_s pcb_hidlib_t; + + +/* typedef ... pcb_coord_t; pcb base unit, typedef'd in config.h */ +typedef double pcb_angle_t; /* degrees */ +typedef struct pcb_unit_s pcb_unit_t; + typedef struct pcb_board_s pcb_board_t; typedef struct pcb_data_s pcb_data_t; typedef struct pcb_layer_stack_s pcb_layer_stack_t; @@ -98,6 +104,4 @@ #include "pcb_bool.h" -#include "unit.h" - #endif