diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 11:13:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | 714788b19549ad2a1d8c064bc74678605b0aa78e (patch) | |
tree | 74891f3e4ec9c4d55d2b0d38b176aedd56c57784 /src/common/util.h | |
parent | 71e56c70e9dd6aa47ad8c8fb7568a7c27144d95e (diff) | |
download | tor-714788b19549ad2a1d8c064bc74678605b0aa78e.tar.gz tor-714788b19549ad2a1d8c064bc74678605b0aa78e.zip |
Remove non-windows system includes from compat.h and util.h
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) */ |