diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-04-09 16:00:43 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-04-09 16:00:43 +0200 |
commit | 3aaceeb7e2d3fb8a07a1aa5a21df1dca6bbaa0ef (patch) | |
tree | 31d88326ebf64f6f4d838b280c612c21832e364c /src/libfetchers | |
parent | d103c79144723d95eb3650593ad4d3e96abe59d3 (diff) |
Fix build
Diffstat (limited to 'src/libfetchers')
-rw-r--r-- | src/libfetchers/registry.cc | 1 |
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> |