1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 00:07:58 +02:00

Separate path.hh from content-address.hh

It is good to separate concerns; `StorePath` (in general) has nothing to
do with `ContentAddress` anyways.

This reduces the diff from #3746.
This commit is contained in:
John Ericson 2023-01-30 10:12:44 -05:00
parent a31d7d4e5e
commit 02e745ba5b
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,8 @@
#pragma once
#include <variant>
#include "hash.hh"
#include "path.hh"
#include <nlohmann/json_fwd.hpp>
#include "comparator.hh"