Fix build error

This commit is contained in:
Atlante45 2018-04-17 16:28:50 -07:00 committed by Clement
parent 3862a02cee
commit 7a710093ac

View file

@ -27,9 +27,6 @@ using EntityTreePointer = std::shared_ptr<EntityTree>;
#include "MovingEntitiesOperator.h"
class EntityEditFilters;
class Model;
using ModelPointer = std::shared_ptr<Model>;
using ModelWeakPointer = std::weak_ptr<Model>;
class EntitySimulation;