diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 11:42:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | 6ac64e16ed6958d1a5960c560254217478b7ad87 (patch) | |
tree | 735265160969e1d4353168742124427f56b0df30 /src/common/include.am | |
parent | 077176a34c54929580a0178ce6667ae180c352d1 (diff) | |
download | tor-6ac64e16ed6958d1a5960c560254217478b7ad87.tar.gz tor-6ac64e16ed6958d1a5960c560254217478b7ad87.zip |
Eliminate compat.h
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/include.am b/src/common/include.am index 899e76364f..7427c69445 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -50,7 +50,6 @@ src_common_libor_event_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) COMMONHEADERS = \ src/common/address_set.h \ - src/common/compat.h \ src/common/compat_libevent.h \ src/common/handles.h \ src/common/procmon.h \ |