mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Rename src/lib/download.* to src/lib/datatransfer.*
This commit is contained in:
parent
65ef57e0cb
commit
741e9012d3
13 changed files with 12 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "common-eval-args.hh"
|
||||
#include "shared.hh"
|
||||
#include "download.hh"
|
||||
#include "datatransfer.hh"
|
||||
#include "util.hh"
|
||||
#include "eval.hh"
|
||||
#include "fetchers.hh"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "derivations.hh"
|
||||
#include "globals.hh"
|
||||
#include "eval-inline.hh"
|
||||
#include "download.hh"
|
||||
#include "datatransfer.hh"
|
||||
#include "json.hh"
|
||||
#include "function-trace.hh"
|
||||
|
||||
|
|
|
@ -544,7 +544,7 @@ formal
|
|||
#include <unistd.h>
|
||||
|
||||
#include "eval.hh"
|
||||
#include "download.hh"
|
||||
#include "datatransfer.hh"
|
||||
#include "fetchers.hh"
|
||||
#include "store-api.hh"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue