aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/s3-binary-cache-store.cc
diff options
context:
space:
mode:
authorNikola Knezevic <nikola@knezevic.ch>2020-04-06 15:10:58 +0200
committerNikola Knezevic <nikola@knezevic.ch>2020-04-08 22:26:57 +0200
commit741e9012d3fa6f0fb41a4a5662c6b8b38ecfaa1f (patch)
tree9293a430aa5dceb4c05666efd785613b52d62dab /src/libstore/s3-binary-cache-store.cc
parent65ef57e0cbded52652510355304303a7b71586af (diff)
Rename src/lib/download.* to src/lib/datatransfer.*
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r--src/libstore/s3-binary-cache-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc
index f2e4b63e0..ed3c690b6 100644
--- a/src/libstore/s3-binary-cache-store.cc
+++ b/src/libstore/s3-binary-cache-store.cc
@@ -6,7 +6,7 @@
#include "nar-info-disk-cache.hh"
#include "globals.hh"
#include "compression.hh"
-#include "download.hh"
+#include "datatransfer.hh"
#include "istringstream_nocopy.hh"
#include <aws/core/Aws.h>