aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir_handle_get.c
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2017-04-18 03:21:53 +0200
committerNick Mathewson <nickm@torproject.org>2017-04-25 08:06:01 -0400
commit04583df4520705bc171be9b720344167029292cb (patch)
tree21d5ce9cfe8eac60cf07e877e038d3a6becb5fee /src/test/test_dir_handle_get.c
parent9d5bc1a9354637aa59025f61e577c6d42f8c53ba (diff)
downloadtor-04583df4520705bc171be9b720344167029292cb.tar.gz
tor-04583df4520705bc171be9b720344167029292cb.zip
Rename the `torgzip` module to `compress`.
See https://bugs.torproject.org/21663
Diffstat (limited to 'src/test/test_dir_handle_get.c')
-rw-r--r--src/test/test_dir_handle_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_dir_handle_get.c b/src/test/test_dir_handle_get.c
index ed8ea2f809..392fa4dde0 100644
--- a/src/test/test_dir_handle_get.c
+++ b/src/test/test_dir_handle_get.c
@@ -14,6 +14,7 @@
#include "connection.h"
#include "directory.h"
#include "test.h"
+#include "compress.h"
#include "connection.h"
#include "rendcommon.h"
#include "rendcache.h"
@@ -28,7 +29,6 @@
#include "networkstatus.h"
#include "geoip.h"
#include "dirserv.h"
-#include "torgzip.h"
#include "dirvote.h"
#include "log_test_helpers.h"