X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=6bbf7a0328568d95e4c9b59b2277eb94bed50671;hb=52586d9f4aa721e924d17c7e9a16cb0b98ddc05d;hp=edbf314b1b60f138ea57ea23bac679dbde76b048;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/source/misc.h b/source/misc.h index edbf314..6bbf7a0 100644 --- a/source/misc.h +++ b/source/misc.h @@ -11,7 +11,7 @@ Distributed under the LGPL #include #include #include -#include +#include enum LibMode { @@ -21,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 &);