X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffeature.h;h=8d496b33849e452cb71d7e0274d79eec1d166a73;hb=d334fc1d04b7f83c7a2e9f16439fec884f4de471;hp=e5176c46083a48d0b9cb6fbd439cebf3bc1c1a3d;hpb=0458300fda4f345f865a7f3ee4fc0f2020a91983;p=builder.git diff --git a/source/feature.h b/source/feature.h index e5176c4..8d496b3 100644 --- a/source/feature.h +++ b/source/feature.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007, 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef FEATURE_H_ #define FEATURE_H_ @@ -25,6 +18,4 @@ struct Feature Feature(const std::string &n): name(n) { } }; -typedef std::list FeatureList; - #endif