]> git.tdb.fi Git - builder.git/blobdiff - source/feature.h
Eliminate all global typedefs, making misc.h finally unnecessary
[builder.git] / source / feature.h
index e5176c46083a48d0b9cb6fbd439cebf3bc1c1a3d..8d496b33849e452cb71d7e0274d79eec1d166a73 100644 (file)
@@ -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<Feature> FeatureList;
-
 #endif