ticket 25261: Removed multiple includes of transports.h in connection.c

This commit is contained in:
Deepesh Pathak
2018-02-15 22:28:34 +05:30
parent f6a230ec95
commit 3553383312
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -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.
-1
View File
@@ -101,7 +101,6 @@
#include "transports.h"
#include "routerparse.h"
#include "sandbox.h"
#include "transports.h"
#ifdef HAVE_PWD_H
#include <pwd.h>