X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdatafile.cpp;h=afde084d4b1504698de48d537c2c342a1292103f;hb=dad4c41302de525a1456e9d5b738831487c8acac;hp=66e610c6f9c1369c824ef0240a8884cb9002b7f3;hpb=b3ce9052ba98a4585aec75117265d170b7ccfdb8;p=builder.git diff --git a/source/datafile.cpp b/source/datafile.cpp index 66e610c..afde084 100644 --- a/source/datafile.cpp +++ b/source/datafile.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "component.h" #include "datacompile.h" #include "datafile.h" @@ -16,7 +9,7 @@ DataFile::DataFile(Builder &b, const Component &c, File &s): component(c), source(s) { - buildable=true; + buildable = true; add_depend(&source); }