Skip to content

Commit

Permalink
ECS: Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Oct 31, 2023
1 parent cf703fa commit 2bbfc15
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions include/B-luga/Plugins/Systems/ECSSystems.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
#include <functional>
#include <string>
#include <vector>
#include "Json.hpp"
#include "ECSSystems.hpp"
#include "B-luga/Json.hpp"
#include <nlohmann/json.hpp>
#include "ECSCustomTypes.hpp"
#include "Maths.hpp"
#include "Registry.hpp"
#include "SystemManagersDirector.hpp"
#include "IPlugin.hpp"
#include "B-luga/Plugins/Systems/ECSCustomTypes.hpp"
#include "B-luga/Maths/Maths.hpp"
#include "B-luga/Registry.hpp"
#include "B-luga/SystemManagers/SystemManagersDirector.hpp"
#include "B-luga/IPlugin.hpp"

namespace Systems {

Expand Down

0 comments on commit 2bbfc15

Please sign in to comment.