// -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. #pragma once #include "ctor.h" #include #include std::vector readDeps(const std::string& dep_file, ctor::toolchain toolchain);