sort headers

This commit is contained in:
Pcornat 2026-02-04 16:07:50 +01:00
commit c6c3d941ea
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
2 changed files with 5 additions and 2 deletions

View file

@ -5,12 +5,13 @@
#ifndef BILLYSHEET_BILLY_OBJECTS_HPP #ifndef BILLYSHEET_BILLY_OBJECTS_HPP
#define BILLYSHEET_BILLY_OBJECTS_HPP #define BILLYSHEET_BILLY_OBJECTS_HPP
#include <cstdint>
#include <array> #include <array>
#include <cstdint>
#include <functional> #include <functional>
#include <variant>
#include <string_view> #include <string_view>
#include <unordered_map> #include <unordered_map>
#include <variant>
#include <nlohmann/json_fwd.hpp> #include <nlohmann/json_fwd.hpp>
#include "generic_object.hpp" #include "generic_object.hpp"

View file

@ -2,7 +2,9 @@
#define BILLYSHEET_CHARACTER_SHEET_HPP #define BILLYSHEET_CHARACTER_SHEET_HPP
#include "characteristic.hpp" #include "characteristic.hpp"
#include "billy_objects.hpp" #include "billy_objects.hpp"
#include <unordered_set> #include <unordered_set>
namespace character { namespace character {