@ -17,7 +17,6 @@
#pragma once
#include "branches.hpp"
#include "policy.hpp"
#include <string>
@ -34,6 +34,6 @@ namespace FUSE::RMDIR::POLICY
int operator()(const gfs::path &fusepath) final;
private:
Branches2 _branches;
Branches _branches;
};
}