mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 23:12:44 +01:00
libutil: Move references.{hh,cc} to libstore
The implicit dependency on refLength (which is the StorePath::HashLen) is not good. Also the companion tests and benchmarks are already in libstore-tests.
This commit is contained in:
parent
1b4aa5c1ef
commit
2e3ebfb829
15 changed files with 48 additions and 59 deletions
|
|
@ -9,7 +9,6 @@
|
|||
#include "nix/util/util.hh"
|
||||
#include "nix/store/nar-info-disk-cache.hh"
|
||||
#include "nix/util/thread-pool.hh"
|
||||
#include "nix/util/references.hh"
|
||||
#include "nix/util/archive.hh"
|
||||
#include "nix/util/callback.hh"
|
||||
#include "nix/util/git.hh"
|
||||
|
|
@ -18,7 +17,6 @@
|
|||
// `addMultipleToStore`.
|
||||
#include "nix/store/worker-protocol.hh"
|
||||
#include "nix/util/signals.hh"
|
||||
#include "nix/util/users.hh"
|
||||
|
||||
#include <filesystem>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue