From 37243183062f93f141abea3ed304e678b993e69a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 28 Jan 2024 22:32:04 -0600 Subject: [PATCH] branches2.hpp --- src/branches2.hpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/branches2.hpp b/src/branches2.hpp index a1fe5e3e..c207d8ee 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -1,18 +1,10 @@ #include "branch2.hpp" +#include "branch_tier.hpp" #include "toml.hpp" #include -class Branch2Tier -{ -public: - uint64_t min_free_space; - -private: - std::vector _branches; -}; - class Branches2 { public: