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 {