From 3fc04529d4178f9331f9fd22ff077501bddf251e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 8 Aug 2007 05:50:31 +0000 Subject: r14093@catbus: nickm | 2007-08-08 01:49:54 -0400 Include fewer redundant headers; use the compiler search paths better. svn:r11060 --- src/or/circuitlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/or/circuitlist.c') diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 5c48c6159..f199af206 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -12,8 +12,7 @@ const char circuitlist_c_id[] = **/ #include "or.h" - -#include "../common/ht.h" +#include "ht.h" /********* START VARIABLES **********/ -- cgit v1.2.3