@@ -2,13 +2,14 @@ | |||
#include <dds/catch2_embedded.hpp> | |||
#include <dds/compdb.hpp> | |||
#include <dds/logging.hpp> | |||
#include <dds/usage_reqs.hpp> | |||
#include <dds/util/algo.hpp> | |||
#include <dds/util/time.hpp> | |||
#include <libman/index.hpp> | |||
#include <libman/parse.hpp> | |||
#include <spdlog/spdlog.h> | |||
#include <stdexcept> | |||
using namespace dds; |
@@ -1,5 +1,4 @@ | |||
#include <dds/build.hpp> | |||
#include <dds/logging.hpp> | |||
#include <dds/repo/remote.hpp> | |||
#include <dds/repo/repo.hpp> | |||
#include <dds/sdist.hpp> | |||
@@ -12,6 +11,7 @@ | |||
#include <range/v3/view/transform.hpp> | |||
#include <dds/3rd/args.hxx> | |||
#include <spdlog/spdlog.h> | |||
#include <filesystem> | |||
#include <iostream> |
@@ -1,5 +0,0 @@ | |||
#pragma once | |||
#include <spdlog/fmt/ostr.h> | |||
#include <spdlog/sinks/stdout_color_sinks.h> | |||
#include <spdlog/spdlog.h> |
@@ -1,9 +1,8 @@ | |||
#ifdef _WIN32 | |||
#include "./proc.hpp" | |||
#include <dds/logging.hpp> | |||
#include <wil/resource.h> | |||
#include <spdlog/spdlog.h> | |||
#include <windows.h> | |||