From 907db008ab0007f0a02da62b68130344fc2e9353 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 15 Oct 2012 14:48:34 -0400 Subject: Move the circuit build timeout code into its own file. --- src/or/statefile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/or/statefile.c') diff --git a/src/or/statefile.c b/src/or/statefile.c index 97200f17be..beb9cf81ba 100644 --- a/src/or/statefile.c +++ b/src/or/statefile.c @@ -5,9 +5,10 @@ /* See LICENSE for licensing information */ #include "or.h" -#include "circuitbuild.h" +#include "circuitstats.h" #include "config.h" #include "confparse.h" +#include "entrynodes.h" #include "hibernate.h" #include "rephist.h" #include "router.h" -- cgit v1.2.3-54-g00ecf