#include <dds/catch2_embedded.hpp> | #include <dds/catch2_embedded.hpp> | ||||
#include <dds/compdb.hpp> | #include <dds/compdb.hpp> | ||||
#include <dds/logging.hpp> | |||||
#include <dds/usage_reqs.hpp> | #include <dds/usage_reqs.hpp> | ||||
#include <dds/util/algo.hpp> | #include <dds/util/algo.hpp> | ||||
#include <dds/util/time.hpp> | #include <dds/util/time.hpp> | ||||
#include <libman/index.hpp> | #include <libman/index.hpp> | ||||
#include <libman/parse.hpp> | #include <libman/parse.hpp> | ||||
#include <spdlog/spdlog.h> | |||||
#include <stdexcept> | #include <stdexcept> | ||||
using namespace dds; | using namespace dds; |
#include <dds/build.hpp> | #include <dds/build.hpp> | ||||
#include <dds/logging.hpp> | |||||
#include <dds/repo/remote.hpp> | #include <dds/repo/remote.hpp> | ||||
#include <dds/repo/repo.hpp> | #include <dds/repo/repo.hpp> | ||||
#include <dds/sdist.hpp> | #include <dds/sdist.hpp> | ||||
#include <range/v3/view/transform.hpp> | #include <range/v3/view/transform.hpp> | ||||
#include <dds/3rd/args.hxx> | #include <dds/3rd/args.hxx> | ||||
#include <spdlog/spdlog.h> | |||||
#include <filesystem> | #include <filesystem> | ||||
#include <iostream> | #include <iostream> |
#pragma once | |||||
#include <spdlog/fmt/ostr.h> | |||||
#include <spdlog/sinks/stdout_color_sinks.h> | |||||
#include <spdlog/spdlog.h> |
#ifdef _WIN32 | #ifdef _WIN32 | ||||
#include "./proc.hpp" | #include "./proc.hpp" | ||||
#include <dds/logging.hpp> | |||||
#include <wil/resource.h> | #include <wil/resource.h> | ||||
#include <spdlog/spdlog.h> | |||||
#include <windows.h> | #include <windows.h> | ||||