diff options
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/common/util.h b/src/common/util.h index bbb17d1c56..6132659e65 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -16,8 +16,6 @@ #include "common/compat.h" #include "lib/ctime/di_ops.h" #include "lib/testsupport/testsupport.h" -#include <stdio.h> -#include <stdlib.h> #include "lib/err/torerr.h" #include "lib/malloc/util_malloc.h" #include "lib/wallclock/approx_time.h" @@ -38,12 +36,4 @@ #include "lib/encoding/time_fmt.h" #include "lib/encoding/cstring.h" -/* Math functions */ - -/* String manipulation */ - -/* Time helpers */ - -/* File helpers */ - #endif /* !defined(TOR_UTIL_H) */ |