X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.cpp;h=56d857e02a1aa049fa4713faea44748223ea6f3a;hb=654de39b62a9a58fd8e1b5a557361d628345788b;hp=529aacc193aea8bb30acd58125d99ece41faa32f;hpb=57bdb055acb0453c75b22cb64f35cc0e817a2827;p=builder.git diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index 529aacc..56d857e 100644 --- a/source/staticlibrary.cpp +++ b/source/staticlibrary.cpp @@ -1,7 +1,14 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include "archive.h" #include "component.h" #include "objectfile.h" -#include "package.h" +#include "sourcepackage.h" #include "staticlibrary.h" using namespace std;