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/StatusGroupModel.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sigmodr/tree/StatusGroupModel.cpp') diff --git a/sigmodr/tree/StatusGroupModel.cpp b/sigmodr/tree/StatusGroupModel.cpp index 6fa46182..2426322b 100644 --- a/sigmodr/tree/StatusGroupModel.cpp +++ b/sigmodr/tree/StatusGroupModel.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 @@ -18,12 +18,12 @@ // Header include #include "StatusGroupModel.h" -// Model includes +// Sigmodr tree includes #include "StatusModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Status.h" +#include +#include // KDE includes #include -- cgit