summaryrefslogtreecommitdiffstats
path: root/src/nix-channel/nix-channel.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/nix-channel/nix-channel.cc
parent65ef57e0cbded52652510355304303a7b71586af (diff)
Rename src/lib/download.* to src/lib/datatransfer.*
Diffstat (limited to 'src/nix-channel/nix-channel.cc')
-rwxr-xr-xsrc/nix-channel/nix-channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-channel/nix-channel.cc b/src/nix-channel/nix-channel.cc
index 2a9defb4e..d0719194d 100755
--- a/src/nix-channel/nix-channel.cc
+++ b/src/nix-channel/nix-channel.cc
@@ -1,6 +1,6 @@
#include "shared.hh"
#include "globals.hh"
-#include "download.hh"
+#include "datatransfer.hh"
#include "store-api.hh"
#include "../nix/legacy.hh"
#include "fetchers.hh"