X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=6bbf7a0328568d95e4c9b59b2277eb94bed50671;hb=f52ca29f2357618da9e87a08bfd61f8a0058a8e1;hp=0fc0e32dd4c642e0fac0e59f2b2d7ec82ed194c6;hpb=57bdb055acb0453c75b22cb64f35cc0e817a2827;p=builder.git diff --git a/source/misc.h b/source/misc.h index 0fc0e32..6bbf7a0 100644 --- a/source/misc.h +++ b/source/misc.h @@ -1,10 +1,17 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef MISC_H_ #define MISC_H_ #include #include #include -#include +#include enum LibMode { @@ -14,7 +21,7 @@ enum LibMode }; typedef std::list StringList; -typedef std::list PathList; +typedef std::list PathList; typedef std::map StringMap; std::string run_command(const StringList &);