1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 21:16:02 +01:00

datatransfer.{cc,hh} -> filetransfer.{cc,hh}

This commit is contained in:
Nikola Knezevic 2020-04-06 23:57:28 +02:00
parent c330109bfa
commit f5095594e7
13 changed files with 12 additions and 12 deletions

View file

@ -544,7 +544,7 @@ formal
#include <unistd.h>
#include "eval.hh"
#include "datatransfer.hh"
#include "filetransfer.hh"
#include "fetchers.hh"
#include "store-api.hh"