diff options
author | Nikola Knezevic <nikola@knezevic.ch> | 2020-04-06 15:10:58 +0200 |
---|---|---|
committer | Nikola Knezevic <nikola@knezevic.ch> | 2020-04-08 22:26:57 +0200 |
commit | 741e9012d3fa6f0fb41a4a5662c6b8b38ecfaa1f (patch) | |
tree | 9293a430aa5dceb4c05666efd785613b52d62dab /src/libstore/http-binary-cache-store.cc | |
parent | 65ef57e0cbded52652510355304303a7b71586af (diff) |
Rename src/lib/download.* to src/lib/datatransfer.*
Diffstat (limited to 'src/libstore/http-binary-cache-store.cc')
-rw-r--r-- | src/libstore/http-binary-cache-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/http-binary-cache-store.cc b/src/libstore/http-binary-cache-store.cc index e152e7524..1fccee518 100644 --- a/src/libstore/http-binary-cache-store.cc +++ b/src/libstore/http-binary-cache-store.cc @@ -1,5 +1,5 @@ #include "binary-cache-store.hh" -#include "download.hh" +#include "datatransfer.hh" #include "globals.hh" #include "nar-info-disk-cache.hh" |