Move eval-cache.{cc,hh}

This commit is contained in:
Eelco Dolstra 2020-04-20 13:14:59 +02:00
parent 539a9c1c5f
commit 42a12f9232
4 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
#include "fetchers.hh"
#include "registry.hh"
#include "json.hh"
#include "flake/eval-cache.hh"
#include "eval-cache.hh"
#include <nlohmann/json.hpp>
#include <queue>

View file

@ -9,7 +9,7 @@
#include "store-api.hh"
#include "shared.hh"
#include "flake/flake.hh"
#include "flake/eval-cache.hh"
#include "eval-cache.hh"
#include "url.hh"
#include <regex>