X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjectfile.h;h=2e9b6e1a4333074e71c18fe1502ab49661a68c13;hb=b067981c0da0c1a4616ed175d0ce8ac5564cbdbf;hp=975409580928ce7cf61501cf715cbba91bb83df8;hpb=f0c501af5d99233efd3a45076ffbe69a71294863;p=builder.git diff --git a/source/objectfile.h b/source/objectfile.h index 9754095..2e9b6e1 100644 --- a/source/objectfile.h +++ b/source/objectfile.h @@ -3,7 +3,6 @@ #include "filetarget.h" -class Component; class SourceFile; /** @@ -12,7 +11,6 @@ Object files are compiled from source files. class ObjectFile: public FileTarget { private: - const Component ∁ SourceFile &source; public: @@ -22,7 +20,6 @@ private: public: virtual const char *get_type() const { return "ObjectFile"; } - const Component &get_component() const { return comp; } SourceFile &get_source() const { return source; } /** Processes as many new dependences as possible. Some may be created on