diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-22 10:50:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 10:50:14 -0400 |
commit | b2d4e786b7ed2563461513e36c7e75bea1f70be8 (patch) | |
tree | f5580d1c69ee16e5ce9bbbc4129b1e3751ef601c /src/lib/trace | |
parent | da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2 (diff) | |
download | tor-b2d4e786b7ed2563461513e36c7e75bea1f70be8.tar.gz tor-b2d4e786b7ed2563461513e36c7e75bea1f70be8.zip |
Remove the util_bug.h include from smartlist.h.
This change makes a whole bunch of things in torlog.c break, since
apparently I did not find all the fd dependencies.
Diffstat (limited to 'src/lib/trace')
-rw-r--r-- | src/lib/trace/.may_include | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/trace/.may_include b/src/lib/trace/.may_include index 694c8405ec..45cd13676b 100644 --- a/src/lib/trace/.may_include +++ b/src/lib/trace/.may_include @@ -1,5 +1,3 @@ orconfig.h +lib/log/*.h lib/trace/*.h - -# XXXX -common/torlog.h |