dont need import

This commit is contained in:
Benjamin Palko 2024-10-10 14:04:35 -04:00
parent ab187a9fa9
commit 27a3525f3f

View file

@ -5,7 +5,6 @@
#include <unordered_map>
#include <memory>
#include "entity.hpp"
#include "component.hpp"
class IComponentArray {
public: