From 471104eaa5e7fbe1b5a32b8be388daae328abd4a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 1 Jul 2018 11:32:11 -0400 Subject: Remove needless includes from or.h or.h should really include only the minimum of stuff from or/*, common/*, and lib/*. --- src/test/test_pt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/test_pt.c') diff --git a/src/test/test_pt.c b/src/test/test_pt.c index c2c4e19897..0870405064 100644 --- a/src/test/test_pt.c +++ b/src/test/test_pt.c @@ -19,6 +19,7 @@ #include "or/statefile.h" #include "test/test.h" #include "lib/process/subprocess.h" +#include "lib/encoding/confline.h" static void reset_mp(managed_proxy_t *mp) -- cgit v1.2.3-54-g00ecf