diff options
Diffstat (limited to 'src/libexpr/primops/fetchTree.cc')
-rw-r--r-- | src/libexpr/primops/fetchTree.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops/fetchTree.cc b/src/libexpr/primops/fetchTree.cc index 0838416df..4f66fc6c1 100644 --- a/src/libexpr/primops/fetchTree.cc +++ b/src/libexpr/primops/fetchTree.cc @@ -2,8 +2,8 @@ #include "eval-inline.hh" #include "store-api.hh" #include "fetchers.hh" -#include "registry.hh" #include "download.hh" +#include "registry.hh" #include <ctime> #include <iomanip> |