1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02: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

@ -6,7 +6,7 @@
#include "nar-info-disk-cache.hh"
#include "globals.hh"
#include "compression.hh"
#include "datatransfer.hh"
#include "filetransfer.hh"
#include "istringstream_nocopy.hh"
#include <aws/core/Aws.h>