1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

Rename src/lib/download.* to src/lib/datatransfer.*

This commit is contained in:
Nikola Knezevic 2020-04-06 15:10:58 +02:00
parent 65ef57e0cb
commit 741e9012d3
13 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
#include "binary-cache-store.hh"
#include "download.hh"
#include "datatransfer.hh"
#include "globals.hh"
#include "nar-info-disk-cache.hh"