diff options
Diffstat (limited to 'sigmodr/tree/RootModel.cpp')
-rw-r--r-- | sigmodr/tree/RootModel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigmodr/tree/RootModel.cpp b/sigmodr/tree/RootModel.cpp index 761036d4..36b74659 100644 --- a/sigmodr/tree/RootModel.cpp +++ b/sigmodr/tree/RootModel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,11 +18,11 @@ // Header include #include "RootModel.h" -// Model includes +// Sigmodr tree includes #include "SigmodModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" +#include <sigmod/Sigmod.h> Sigmodr::RootModel::RootModel() : GroupModel(NULL, NULL) |