diff options
author | Deepesh Pathak <deepshpathak@gmail.com> | 2018-02-15 22:28:34 +0530 |
---|---|---|
committer | Deepesh Pathak <deepshpathak@gmail.com> | 2018-02-15 22:28:34 +0530 |
commit | 35533833122942fe226b6bb6cadd6a39f7e050c4 (patch) | |
tree | 40a1292516b91e4ecd6fdfcc34c9ab8248d66add /src/or/connection.c | |
parent | f6a230ec9555688d61db37eb22c8823619332d83 (diff) | |
download | tor-35533833122942fe226b6bb6cadd6a39f7e050c4.tar.gz tor-35533833122942fe226b6bb6cadd6a39f7e050c4.zip |
ticket 25261: Removed multiple includes of transports.h in connection.c
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index fb87e5b05f..7a1e1c5aa3 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -101,7 +101,6 @@ #include "transports.h" #include "routerparse.h" #include "sandbox.h" -#include "transports.h" #ifdef HAVE_PWD_H #include <pwd.h> |