]> git.tdb.fi Git - builder.git/blobdiff - source/copy.cpp
Use Path objects to store include and library paths
[builder.git] / source / copy.cpp
index b756e0c037412012a828075735a7b6fb8eb3b679..5b524a40cd367d5e1973c6d2edfacc7d17ef33d5 100644 (file)
@@ -1,4 +1,4 @@
-#include <errno.h>
+#include <unistd.h>
 #include <sys/stat.h>
 #include <msp/fs/dir.h>
 #include <msp/fs/stat.h>
@@ -35,9 +35,7 @@ Task *Copy::run(const Target &target) const
 
 Copy::Worker::Worker(const InstalledFile &t):
        target(t)
-{
-       launch();
-}
+{ }
 
 void Copy::Worker::main()
 {