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
@@ -28,7 +28,6 @@
#include "or/routerparse.h"
#include "or/routerset.h"
#include "or/statefile.h"
#include "common/util.h"
#include "or/cpath_build_state_st.h"
#include "or/crypt_path_st.h"