Tidy includes, drop PC STATIC_ASSERTs, and more macro usage

This commit is contained in:
Irastris
2026-09-04 20:48:36 -04:00
parent 2170967b6b
commit bb09df7948
179 changed files with 838 additions and 799 deletions
+8 -8
View File
@@ -1,12 +1,16 @@
#include "dusk/config.hpp"
#include "absl/container/flat_hash_map.h"
#include "fmt/format.h"
#include "nlohmann/json.hpp"
#include "dusk/action_bindings.h"
#include "dusk/io.hpp"
#include <borealis/io.hpp>
#include "dusk/logging.h"
#include "dusk/main.h"
#include "dusk/settings.h"
#include <absl/container/flat_hash_map.h>
#include <borealis/io.hpp>
#include <fmt/format.h>
#include <nlohmann/json.hpp>
#include <algorithm>
#include <cmath>
#include <filesystem>
@@ -18,10 +22,6 @@
#include <utility>
#include <vector>
#include "dusk/action_bindings.h"
#include "dusk/logging.h"
#include "dusk/main.h"
namespace dusk::config {
namespace {
constexpr auto ConfigFileName = "config.json";