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