Better-scope Store forward declarations

This commit is contained in:
John Ericson
2023-01-23 07:05:50 -05:00
parent 7fe308c2f8
commit 685395332d
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@
namespace nix {
class Store;
/* Abstract syntax of derivations. */
-1
View File
@@ -5,7 +5,6 @@
namespace nix {
class Store;
struct Hash;
class StorePath
+2
View File
@@ -7,6 +7,8 @@
namespace nix {
class Store;
struct DrvOutput {
// The hash modulo of the derivation
Hash drvHash;