diff options
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/util.h b/src/common/util.h index 4837c172db..80d4aad743 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -17,12 +17,6 @@ #include "compat.h" #include <stdio.h> #include <stdlib.h> -#ifdef HAVE_SYS_TIME_H -#include <sys/time.h> -#endif -#ifdef HAVE_TIME_H -#include <time.h> -#endif /* Replace assert() with a variant that sends failures to the log before * calling assert() normally. |