aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-04-09 16:00:43 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-04-09 16:00:43 +0200
commit3aaceeb7e2d3fb8a07a1aa5a21df1dca6bbaa0ef (patch)
tree31d88326ebf64f6f4d838b280c612c21832e364c /src/libfetchers
parentd103c79144723d95eb3650593ad4d3e96abe59d3 (diff)
Fix build
Diffstat (limited to 'src/libfetchers')
-rw-r--r--src/libfetchers/registry.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libfetchers/registry.cc b/src/libfetchers/registry.cc
index 77e5da741..84f0fe4a2 100644
--- a/src/libfetchers/registry.cc
+++ b/src/libfetchers/registry.cc
@@ -2,7 +2,6 @@
#include "fetchers.hh"
#include "util.hh"
#include "globals.hh"
-#include "download.hh"
#include "store-api.hh"
#include <nlohmann/json.hpp>