X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjectfile.cpp;h=809e70d40ba769b5ec4e64b00c5ad75557d78dbb;hb=654de39b62a9a58fd8e1b5a557361d628345788b;hp=02f1ba5cb653aa558cbbb304e9d88d92df5ccfdc;hpb=445edbc3c42bbd7880cc414cf153ddfd196bfc1c;p=builder.git diff --git a/source/objectfile.cpp b/source/objectfile.cpp index 02f1ba5..809e70d 100644 --- a/source/objectfile.cpp +++ b/source/objectfile.cpp @@ -1,11 +1,18 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "builder.h" #include "compile.h" #include "component.h" #include "install.h" #include "objectfile.h" -#include "package.h" #include "sourcefile.h" +#include "sourcepackage.h" using namespace std; using namespace Msp;