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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/helper/time_support.c b/src/helper/time_support.c
index bc52e9ca..7a9a8001 100644
--- a/src/helper/time_support.c
+++ b/src/helper/time_support.c
@@ -27,12 +27,9 @@
#include "config.h"
#endif
-#include "replacements.h"
#include "time_support.h"
#include "log.h"
-#include <stdlib.h>
-
/* calculate difference between two struct timeval values */
int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y)