X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fproblem.h;h=d3d10d49d0f6736d8bbfc2698f3294420b5683f2;hb=1dad660f7bbda5ef3239fd6374e0f8a77e19eaaa;hp=53bb030de607911c057396f54783655c459cf01b;hpb=242c55b17e6608b29a77ca17a5b677e202a3ca90;p=builder.git diff --git a/source/problem.h b/source/problem.h index 53bb030..d3d10d4 100644 --- a/source/problem.h +++ b/source/problem.h @@ -1,18 +1,9 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007, 2009 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