X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=e3d4be849e12c139d18d90e909859d5fc51b5cd5;hb=b067981c0da0c1a4616ed175d0ce8ac5564cbdbf;hp=edbf314b1b60f138ea57ea23bac679dbde76b048;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/source/misc.h b/source/misc.h index edbf314..e3d4be8 100644 --- a/source/misc.h +++ b/source/misc.h @@ -1,17 +1,10 @@ -/* $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 { @@ -20,10 +13,8 @@ enum LibMode DYNAMIC }; -typedef std::list StringList; -typedef std::list PathList; +typedef std::list StringList; +typedef std::list PathList; typedef std::map StringMap; -std::string run_command(const StringList &); - #endif