summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 11:52:01 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 13:14:14 -0400
commitb420da4cf80e9fc53db0a085514b9491b750812f (patch)
tree408470cbf2c8c019dbc765cbd0dffefa4401eb27 /src/common
parent2d20cbf837263898ce45c1e0a0f11b9e1126eeba (diff)
downloadtor-b420da4cf80e9fc53db0a085514b9491b750812f.tar.gz
tor-b420da4cf80e9fc53db0a085514b9491b750812f.zip
Rectify include paths (automated)
Diffstat (limited to 'src/common')
-rw-r--r--src/common/buffers.c2
-rw-r--r--src/common/buffers_tls.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/buffers.c b/src/common/buffers.c
index 997bbdcccb..fd029c26c8 100644
--- a/src/common/buffers.c
+++ b/src/common/buffers.c
@@ -23,7 +23,7 @@
#include <stddef.h>
#include "common/buffers.h"
#include "common/compat.h"
-#include "common/compress.h"
+#include "lib/compress/compress.h"
#include "common/util.h"
#include "common/torint.h"
#include "common/torlog.h"
diff --git a/src/common/buffers_tls.c b/src/common/buffers_tls.c
index dfc8e44b98..c380369b51 100644
--- a/src/common/buffers_tls.c
+++ b/src/common/buffers_tls.c
@@ -10,7 +10,7 @@
#include "common/buffers.h"
#include "common/buffers_tls.h"
#include "common/compat.h"
-#include "common/compress.h"
+#include "lib/compress/compress.h"
#include "common/util.h"
#include "common/torint.h"
#include "common/torlog.h"