diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-19 08:49:44 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-23 07:05:50 -0500 |
commit | 685395332d75713bc7aca0c6408fc1b9d2c14bc5 (patch) | |
tree | e052b39a99ecc966f54b9c5cfb2726e3381bcdd3 /src/libstore/path.hh | |
parent | 7fe308c2f840325199f49526b257bbe4ded5a909 (diff) |
Better-scope `Store` forward declarations
Diffstat (limited to 'src/libstore/path.hh')
-rw-r--r-- | src/libstore/path.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/path.hh b/src/libstore/path.hh index 0694b4c18..8e1cb5e55 100644 --- a/src/libstore/path.hh +++ b/src/libstore/path.hh @@ -5,7 +5,6 @@ namespace nix { -class Store; struct Hash; class StorePath |