X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finstallcomponent.h;h=43dae7192972e9aaaca337d79694248c7879f505;hb=HEAD;hp=412bd0b58c5b6cfd5ca32ac3b2c7fbc9de42c406;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/installcomponent.h b/source/installcomponent.h deleted file mode 100644 index 412bd0b..0000000 --- a/source/installcomponent.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef INSTALLCOMPONENT_H_ -#define INSTALLCOMPONENT_H_ - -#include "component.h" - -class InstallComponent: public Component -{ -public: - InstallComponent(SourcePackage &, const std::string &); - - void create_targets() const override; -}; - -#endif