Remove util.h

Inline its contents (which were all includes) into or.h, and some of
its contents into other places that didn't include or.h at all.
This commit is contained in:
Nick Mathewson
2018-07-05 15:04:18 -04:00
parent 0adcfbc7c8
commit 4593829861
31 changed files with 83 additions and 99 deletions
-1
View File
@@ -52,7 +52,6 @@ COMMONHEADERS = \
src/common/procmon.h \
src/common/timers.h \
src/common/token_bucket.h \
src/common/util.h \
src/common/workqueue.h
noinst_HEADERS+= $(COMMONHEADERS)