From c6c3d941ead197f9dcf4641086285163be6faebd Mon Sep 17 00:00:00 2001 From: Pcornat Date: Wed, 4 Feb 2026 16:07:50 +0100 Subject: [PATCH] sort headers --- include/billy_objects.hpp | 5 +++-- include/character_sheet.hpp | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/include/billy_objects.hpp b/include/billy_objects.hpp index ab59c37..2bf1584 100644 --- a/include/billy_objects.hpp +++ b/include/billy_objects.hpp @@ -5,12 +5,13 @@ #ifndef BILLYSHEET_BILLY_OBJECTS_HPP #define BILLYSHEET_BILLY_OBJECTS_HPP -#include #include +#include #include -#include #include #include +#include + #include #include "generic_object.hpp" diff --git a/include/character_sheet.hpp b/include/character_sheet.hpp index 08ea2c7..d885131 100644 --- a/include/character_sheet.hpp +++ b/include/character_sheet.hpp @@ -2,7 +2,9 @@ #define BILLYSHEET_CHARACTER_SHEET_HPP #include "characteristic.hpp" + #include "billy_objects.hpp" + #include namespace character {