X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Funlink.h;h=8a01156a4187667b79d2339de2af3df7dec48445;hb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;hp=f26d1637ac6f5ebcbcddb39b6afd357c2d98ac01;hpb=242c55b17e6608b29a77ca17a5b677e202a3ca90;p=builder.git diff --git a/source/unlink.h b/source/unlink.h index f26d163..8a01156 100644 --- a/source/unlink.h +++ b/source/unlink.h @@ -1,21 +1,14 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007, 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef UNLINK_H_ #define UNLINK_H_ #include "action.h" -class Target; +class FileTarget; class Unlink: public Action { public: - Unlink(Builder &, const Target &); + Unlink(Builder &, const FileTarget &); virtual int check(); };