diff --git a/src/libfetchers/input-accessor.hh b/src/libfetchers/input-accessor.hh index 86efdd046..a085b1fa5 100644 --- a/src/libfetchers/input-accessor.hh +++ b/src/libfetchers/input-accessor.hh @@ -11,9 +11,8 @@ namespace nix { MakeError(RestrictedPathError, Error); struct SourcePath; -struct StorePath; +class StorePath; class Store; -enum RepairFlag; struct InputAccessor : public std::enable_shared_from_this {