X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcefile.h;h=bdb657f83345171ffcdb608c176f525da5431c90;hb=HEAD;hp=16521a5576e60fd8e384bb70ffc239d37ab554b2;hpb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;p=builder.git diff --git a/source/sourcefile.h b/source/sourcefile.h deleted file mode 100644 index 16521a5..0000000 --- a/source/sourcefile.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef SOURCEFILE_H_ -#define SOURCEFILE_H_ - -#include "filetarget.h" - -class SourceFile: public FileTarget -{ -protected: - SourceFile(Builder &b, const Msp::FS::Path &p): FileTarget(b, p) { } - SourceFile(Builder &, const Component &, const Msp::FS::Path &); -}; - -#endif