X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatatransform.cpp;h=01d237b93daf028fb8e2f5c7b68c3e380eddc275;hb=6b84e1f5673888753cbe566c1365222ed33fd3ac;hp=4f5806c4bf79aa2bae99410c2287c38d4897e57e;hpb=7c2db9e2b91da953701be233336c5bfa1f3c4af0;p=builder.git diff --git a/source/datatransform.cpp b/source/datatransform.cpp index 4f5806c..01d237b 100644 --- a/source/datatransform.cpp +++ b/source/datatransform.cpp @@ -1,7 +1,6 @@ #include #include #include -#include #include #include "builder.h" #include "cache.h" @@ -24,14 +23,14 @@ DataTransform::DataTransform(Builder &b, const Component &c, const FS::Path &p): void DataTransform::find_dependencies() { - list files; + vector files; Cache &cache = component->get_package().get_cache(); const Time::TimeStamp &cache_mtime = cache.get_mtime(); if(mtime