summaryrefslogtreecommitdiff
path: root/src/helper/time_support.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/time_support.c')
-rw-r--r--src/helper/time_support.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/time_support.c b/src/helper/time_support.c
index 26774614..e97993be 100644
--- a/src/helper/time_support.c
+++ b/src/helper/time_support.c
@@ -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);