X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcefile.cpp;h=58c498e1f6c88cdddc0932c1ebb54d07a91a1455;hb=463a3521e27870294455373f9c69279069611975;hp=0fc989d0f5a78927acce28f38050c0feddc7f09d;hpb=409a427f912f9c203b102beed0816b53b250931f;p=builder.git diff --git a/source/sourcefile.cpp b/source/sourcefile.cpp index 0fc989d..58c498e 100644 --- a/source/sourcefile.cpp +++ b/source/sourcefile.cpp @@ -1,12 +1,5 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - +#include #include -#include #include #include #include "builder.h" @@ -46,7 +39,7 @@ void SourceFile::find_depends() includes = deps_cache.get_deps(relname); deps_found = true; } - catch(const KeyError &) + catch(const key_error &) { } }