#pragma once #include "source-path.hh" namespace nix { class StorePath; class Store; ref makeStorePathAccessor( ref store, const StorePath & storePath); SourcePath getUnfilteredRootPath(CanonPath path); }