Remove some redundant #includes
TCPIPLibs-5_69's version of sys/time.h now includes the TCPIPLibs version of sys/types.h, which contains duplicate/conflicting definitions of CLib's clock_t & time_t from time.h.
DWCDriver's port.c was including both sys/time.h and time.h, which means that for the past few weeks Norcroft has been throwing errors about the duplicate definitions (but still producing a valid object).
However both of those includes appear to be redundant, so just remove them. Resulting binary is unchanged.
!NoTag