X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flink.h;h=63ebf356548c8f80fdb06c10f1b7d1fbf77587d2;hb=4fcc283a4bb1f695bd124006906bcdaba053193f;hp=eecbcbdc1bb4182c9ad897005a93d159ef16bf53;hpb=63adab21a6f229f434b41eb59c5718fdc3c37b15;p=builder.git diff --git a/source/link.h b/source/link.h index eecbcbd..63ebf35 100644 --- a/source/link.h +++ b/source/link.h @@ -3,13 +3,12 @@ #include "externalaction.h" -class Component; class Executable; class Link: public ExternalAction { public: - Link(Builder &, const Executable &, const Component &); + Link(Builder &, const Executable &); }; #endif