X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fproblem.h;h=d3d10d49d0f6736d8bbfc2698f3294420b5683f2;hb=323285f97a1a6fe2628f818371a8b03f233dd036;hp=c2af878bdd01f571133da74306e57ca16cc61e81;hpb=329dc80e392faf7354338621e73dba1880fc767d;p=builder.git diff --git a/source/problem.h b/source/problem.h index c2af878..d3d10d4 100644 --- a/source/problem.h +++ b/source/problem.h @@ -1,18 +1,9 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef PROBLEM_H_ #define PROBLEM_H_ #include #include -class Package; - struct Problem { std::string package; @@ -21,6 +12,4 @@ struct Problem Problem(const std::string &p, const std::string &d): package(p), descr(d) { } }; -typedef std::list ProblemList; - #endif