diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 14:48:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 14:48:29 -0400 |
commit | 24c0f83185a9c5dff080b250d9a8e15bbf8e1a88 (patch) | |
tree | d68b467bb0294fa23a8a1aebc12b6a479caa41c1 /src/common/include.am | |
parent | 0e4b1781f4f0135c925cd728a09cca7d7959b961 (diff) | |
download | tor-24c0f83185a9c5dff080b250d9a8e15bbf8e1a88.tar.gz tor-24c0f83185a9c5dff080b250d9a8e15bbf8e1a88.zip |
Move socks5_status.h to src/lib/net
There might be a better place for it in the long run, but this is
the best I can think of for now.
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 d352a46de9..565482bcf9 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -52,7 +52,6 @@ COMMONHEADERS = \ src/common/address_set.h \ src/common/compat_libevent.h \ src/common/procmon.h \ - src/common/socks5_status.h \ src/common/timers.h \ src/common/token_bucket.h \ src/common/util.h \ |