diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-04-07 09:27:17 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-04-07 09:27:17 +0200 |
commit | cd39709003eee4b85a31799b8bc2de59721930ce (patch) | |
tree | e3526dd4f3a4cb0e66cbd5a307d6fe02a76fad8e /src/libstore | |
parent | 26aeeb7653fa051ddec913bdc2c578b9066bc08f (diff) |
Cleanup
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/download.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstore/download.cc b/src/libstore/download.cc index 215046b72..af69699a8 100644 --- a/src/libstore/download.cc +++ b/src/libstore/download.cc @@ -1,14 +1,10 @@ #include "download.hh" #include "util.hh" #include "globals.hh" -#include "hash.hh" #include "store-api.hh" -#include "archive.hh" #include "s3.hh" #include "compression.hh" -#include "pathlocks.hh" #include "finally.hh" -#include "tarfile.hh" #ifdef ENABLE_S3 #include <aws/core/client/ClientConfiguration.h> |