summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/RootModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/tree/RootModel.h')
-rw-r--r--sigmodr/tree/RootModel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sigmodr/tree/RootModel.h b/sigmodr/tree/RootModel.h
index 2e454d6d..87597042 100644
--- a/sigmodr/tree/RootModel.h
+++ b/sigmodr/tree/RootModel.h
@@ -20,14 +20,13 @@
// Sigmodr tree includes
#include "GroupModel.h"
-#include "SigmodModel.h"
namespace Sigmodr
{
namespace Tree
{
// Forward declarations
-class SigmodModel;
+class GameModel;
class SIGMODRTREE_IMPORT RootModel : public GroupModel
{