X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarget.h;h=d971a55bbd46f7dd8a444903a3477c69c02a8a2b;hb=0c83b922e56976a30506d9f8d43c9dcd38d573b5;hp=2881d42fcda00dc2409d57518eddaa48a357181b;hpb=87ea54db19306434bac3e765c9bd3464fd53f390;p=builder.git diff --git a/source/target.h b/source/target.h index 2881d42..d971a55 100644 --- a/source/target.h +++ b/source/target.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef TARGET_H_ #define TARGET_H_ @@ -109,6 +102,4 @@ protected: virtual void build_done(); }; -typedef std::map TargetMap; - #endif