]> git.tdb.fi Git - builder.git/blob - source/unlink.h
Replace per-file copyright notices with a single file
[builder.git] / source / unlink.h
1 #ifndef UNLINK_H_
2 #define UNLINK_H_
3
4 #include "action.h"
5
6 class FileTarget;
7
8 class Unlink: public Action
9 {
10 public:
11         Unlink(Builder &, const FileTarget &);
12         virtual int check();
13 };
14
15 #endif