From e148ac26cccc21db9ac4ddfc7b5d0569fac02dcc Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 23 Feb 2009 23:54:19 -0500 Subject: Fixed headers in sigmodrtree --- sigmodr/tree/SigmodrTreeModel.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sigmodr/tree/SigmodrTreeModel.cpp') diff --git a/sigmodr/tree/SigmodrTreeModel.cpp b/sigmodr/tree/SigmodrTreeModel.cpp index 51bea45d..0220c0b5 100644 --- a/sigmodr/tree/SigmodrTreeModel.cpp +++ b/sigmodr/tree/SigmodrTreeModel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * 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 @@ -16,13 +16,13 @@ */ // Header include -#include "SigmodTreeModel.h" +#include "SigmodrTreeModel.h" -// Model includes -#include "models/RootModel.h" +// Sigmodr tree includes +#include "RootModel.h" // Sigmod includes -#include "../sigmod/Sigmod.h" +#include // Qt includes #include -- cgit