commit 753b797ca4041c74c073c11b550c11b3f85fe74b parent 1dd5b5f44134ab80045835da1eeb62d007455ccd Author: Nick Mathewson <nickm@torproject.org> Date: Thu, 5 Jul 2018 15:50:20 -0400 Fix up .may_includes for evloop. Diffstat:
| D | src/common/.may_include | | | 8 | -------- |
| M | src/lib/evloop/.may_include | | | 2 | ++ |
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/src/common/.may_include b/src/common/.may_include @@ -1,8 +0,0 @@ -orconfig.h -common/*.h -lib/*/*.h - -# XXXX These all belong somewhere else -siphash.h -src/ext/timeouts/timeout.c -tor_queue.h diff --git a/src/lib/evloop/.may_include b/src/lib/evloop/.may_include @@ -13,3 +13,4 @@ lib/thread/*.h lib/time/*.h src/ext/timeouts/timeout.c +tor_queue.h +\ No newline at end of file