Unverified Commit 35533833 authored by Deepesh Pathak's avatar Deepesh Pathak
Browse files

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

parent f6a230ec
Loading
Loading
Loading
Loading

changes/ticket25261

0 → 100644
+3 −0
Original line number Diff line number Diff line
  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.
+0 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@
#include "transports.h"
#include "routerparse.h"
#include "sandbox.h"
#include "transports.h"

#ifdef HAVE_PWD_H
#include <pwd.h>