forked from lix-project/lix
Move eval-cache.{cc,hh}
This commit is contained in:
parent
539a9c1c5f
commit
42a12f9232
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue