Index: global_typedefs.h =================================================================== --- global_typedefs.h (revision 1908) +++ global_typedefs.h (revision 1909) @@ -33,12 +33,6 @@ typedef struct AttributeListType AttributeListType, *AttributeListTypePtr; typedef struct rats_patch_line_s rats_patch_line_t; -typedef struct unit Unit; -typedef struct increments Increments; - -typedef COORD_TYPE Coord; /* pcb base unit */ -typedef double Angle; /* degrees */ - #ifndef XtSpecificationRelease typedef unsigned int Cardinal; /*typedef unsigned int Pixel;*/ @@ -48,5 +42,7 @@ #endif typedef unsigned char BYTE; +#include "unit.h" + #endif