From: Deepesh Pathak Date: Thu, 15 Feb 2018 16:58:34 +0000 (+0530) Subject: ticket 25261: Removed multiple includes of transports.h in connection.c X-Git-Tag: tor-0.3.4.1-alpha~261^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35533833122942fe226b6bb6cadd6a39f7e050c4;p=thirdparty%2Ftor.git ticket 25261: Removed multiple includes of transports.h in connection.c --- diff --git a/changes/ticket25261 b/changes/ticket25261 new file mode 100644 index 0000000000..604a09d975 --- /dev/null +++ b/changes/ticket25261 @@ -0,0 +1,3 @@ + o Minor bugfix (Multiple includes): + - Fixed multiple includes of trasports.h in src/or/connection.c + Fixes bug 25261; bugfix on 0.2.5.1-alpha. 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