]> git.sur5r.net Git - openocd/blobdiff - src/helper/time_support.c
found two more gaffes for reset wip
[openocd] / src / helper / time_support.c
index 267746145f895636ea66ae0ac3eca753b3fc3f4e..e97993be6a298d6db98b5f6c8634c3d1cb643c01 100644 (file)
@@ -26,8 +26,6 @@
 #include "log.h"
 
 #include <stdlib.h>
-#include <sys/time.h>
-#include <time.h>
 
 int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y);
 int timeval_add(struct timeval *result, struct timeval *x, struct timeval *y);