summaryrefslogtreecommitdiffstats
path: root/src/libstore/download.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-04-07 09:27:17 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-04-07 09:27:17 +0200
commitcd39709003eee4b85a31799b8bc2de59721930ce (patch)
treee3526dd4f3a4cb0e66cbd5a307d6fe02a76fad8e /src/libstore/download.cc
parent26aeeb7653fa051ddec913bdc2c578b9066bc08f (diff)
Cleanup
Diffstat (limited to 'src/libstore/download.cc')
-rw-r--r--src/libstore/download.cc4
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>